#DC71BA

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

Shades of Persian Pink #DC71BA

Tints of Persian Pink #DC71BA

Color information

#DC71BA (or 0xDC71BA) is unknown color: approx Persian Pink. HEX triplet: DC, 71 and BA. RGB value is (220,113,186). Sum of RGB (Red+Green+Blue) = 220+113+186=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71BA is #238E45. Grayscale: #999999. Windows color (decimal): -2330182 or 12218844. OLE color: 12218844.

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

Color convert

RGB220113186-
CMYK00.490.150.14
HSL319.07º60.45%65.29%-
HSV(B)319.07º48.64%86.27%-
XYZ44.2830.5750.02-
YUV153.32146.45175.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=42.39%
G=21.77%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011318600.490.150.14319.0760.4565.29
HexDC71BA031FE13f3c41
Octal334161272061171647774101
Binary110111001110001101110100110001111111101001111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71BA; }

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

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

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

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

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

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

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

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