#DC71B6

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

Shades of Persian Pink #DC71B6

Tints of Persian Pink #DC71B6

Color information

#DC71B6 (or 0xDC71B6) is unknown color: approx Persian Pink. HEX triplet: DC, 71 and B6. RGB value is (220,113,182). Sum of RGB (Red+Green+Blue) = 220+113+182=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71B6 is #238E49. Grayscale: #989898. Windows color (decimal): -2330186 or 11956700. OLE color: 11956700.

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

Color convert

RGB220113182-
CMYK00.490.170.14
HSL321.31º60.45%65.29%-
HSV(B)321.31º48.64%86.27%-
XYZ43.8630.447.81-
YUV152.86144.45175.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=42.72%
G=21.94%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011318200.490.170.14321.3160.4565.29
HexDC71B603111E1413c41
Octal334161266061211650174101
Binary1101110011100011011011001100011000111101010000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71B6; }

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

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

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

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

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

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

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

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