#DC74B2

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

Shades of Persian Pink #DC74B2

Tints of Persian Pink #DC74B2

Color information

#DC74B2 (or 0xDC74B2) is unknown color: approx Persian Pink. HEX triplet: DC, 74 and B2. RGB value is (220,116,178). Sum of RGB (Red+Green+Blue) = 220+116+178=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74B2 is #238B4D. Grayscale: #9A9A9A. Windows color (decimal): -2329422 or 11695324. OLE color: 11695324.

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

Color convert

RGB220116178-
CMYK00.470.190.14
HSL324.23º59.77%65.88%-
HSV(B)324.23º47.27%86.27%-
XYZ43.830.9245.78-
YUV154.16141.46174.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 116 (45.70% from 255) = 22.57%
BLUE value IS 178 (69.92% from 255) = 34.63%
R=42.80%
G=22.57%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011617800.470.190.14324.2359.7765.88
HexDC74B202F13E1443c42
Octal334164262057231650474102
Binary1101110011101001011001001011111001111101010001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74B2; }

 p { color: rgb(220,116,178); }

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

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

 a { background-color: rgb(220,116,178); }

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

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

 span { border-color: rgb(220,116,178); }

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