#DC74B7

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

Shades of Persian Pink #DC74B7

Tints of Persian Pink #DC74B7

Color information

#DC74B7 (or 0xDC74B7) is unknown color: approx Persian Pink. HEX triplet: DC, 74 and B7. RGB value is (220,116,183). Sum of RGB (Red+Green+Blue) = 220+116+183=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74B7 is #238B48. Grayscale: #9A9A9A. Windows color (decimal): -2329417 or 12023004. OLE color: 12023004.

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

Color convert

RGB220116183-
CMYK00.470.170.14
HSL321.35º59.77%65.88%-
HSV(B)321.35º47.27%86.27%-
XYZ44.3131.1348.47-
YUV154.73143.96174.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=42.39%
G=22.35%
B=35.26%

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
Decimal22011618300.470.170.14321.3559.7765.88
HexDC74B702F11E1413c42
Octal334164267057211650174102
Binary1101110011101001011011101011111000111101010000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74B7; }

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

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

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

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

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

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

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

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