#DC7FB5

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

Shades of Persian Pink #DC7FB5

Tints of Persian Pink #DC7FB5

Color information

#DC7FB5 (or 0xDC7FB5) is unknown color: approx Persian Pink. HEX triplet: DC, 7F and B5. RGB value is (220,127,181). Sum of RGB (Red+Green+Blue) = 220+127+181=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FB5 is #23804A. Grayscale: #A0A0A0. Windows color (decimal): -2326603 or 11894748. OLE color: 11894748.

HSL color Cylindrical-coordinate representation of color #DC7FB5: hue angle of 325.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FB5 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220127181-
CMYK00.420.180.14
HSL325.16º57.06%68.04%-
HSV(B)325.16º42.27%86.27%-
XYZ45.4533.7347.83-
YUV160.96139.31170.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=41.67%
G=24.05%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012718100.420.180.14325.1657.0668.04
HexDC7FB502A12E1453944
Octal334177265052221650571104
Binary1101110011111111011010101010101001011101010001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FB5; }

 p { color: rgb(220,127,181); }

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

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

 a { background-color: rgb(220,127,181); }

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

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

 span { border-color: rgb(220,127,181); }

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