#DC74B6

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

Shades of Persian Pink #DC74B6

Tints of Persian Pink #DC74B6

Color information

#DC74B6 (or 0xDC74B6) is unknown color: approx Persian Pink. HEX triplet: DC, 74 and B6. RGB value is (220,116,182). Sum of RGB (Red+Green+Blue) = 220+116+182=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74B6 is #238B49. Grayscale: #9A9A9A. Windows color (decimal): -2329418 or 11957468. OLE color: 11957468.

HSL color Cylindrical-coordinate representation of color #DC74B6: hue angle of 321.92º 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 #DC74B6 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220116182-
CMYK00.470.170.14
HSL321.92º59.77%65.88%-
HSV(B)321.92º47.27%86.27%-
XYZ44.231.0847.93-
YUV154.62143.46174.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=42.47%
G=22.39%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011618200.470.170.14321.9259.7765.88
HexDC74B602F11E1423c42
Octal334164266057211650274102
Binary1101110011101001011011001011111000111101010000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74B6; }

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

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

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

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

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

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

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

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