#DC73B4

Color #DC73B4 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DC73B4

Tints of Persian Pink #DC73B4

Color information

#DC73B4 (or 0xDC73B4) is unknown color: approx Persian Pink. HEX triplet: DC, 73 and B4. RGB value is (220,115,180). Sum of RGB (Red+Green+Blue) = 220+115+180=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73B4 is #238C4B. Grayscale: #999999. Windows color (decimal): -2329676 or 11826140. OLE color: 11826140.

HSL color Cylindrical-coordinate representation of color #DC73B4: hue angle of 322.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73B4 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220115180-
CMYK00.480.180.14
HSL322.86º60%65.69%-
HSV(B)322.86º47.73%86.27%-
XYZ43.8830.7746.81-
YUV153.8142.79175.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 115 (45.31% from 255) = 22.33%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=42.72%
G=22.33%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011518000.480.180.14322.866065.69
HexDC73B403012E1433c42
Octal334163264060221650374102
Binary1101110011100111011010001100001001011101010000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC73B4; }

 p { color: rgb(220,115,180); }

 H1.HeaderClassName
 {
   color: #DC73B4;
 }
 .AnyTagClassName
 {
   color: #DC73B4;
 }
</style>
background-color css

<style>
 a { background-color: #DC73B4; }

 a { background-color: rgb(220,115,180); }

 div.DivClassName
 {
   background-color: #DC73B4;
 }
 .BgClassName
 {
   background-color: #DC73B4;
 }
</style>
border-color css

<style>
 span { border-color: #DC73B4; }

 span { border-color: rgb(220,115,180); }

 td.TdClassName
 {
   border-color: #DC73B4;
 }
 .TagClassName
 {
   border-color: #DC73B4;
 }
</style>