#DC7CB5

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

Shades of Persian Pink #DC7CB5

Tints of Persian Pink #DC7CB5

Color information

#DC7CB5 (or 0xDC7CB5) is unknown color: approx Persian Pink. HEX triplet: DC, 7C and B5. RGB value is (220,124,181). Sum of RGB (Red+Green+Blue) = 220+124+181=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CB5 is #23834A. Grayscale: #9F9F9F. Windows color (decimal): -2327371 or 11893980. OLE color: 11893980.

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

Color convert

RGB220124181-
CMYK00.440.180.14
HSL324.38º57.83%67.45%-
HSV(B)324.38º43.64%86.27%-
XYZ45.0632.9747.7-
YUV159.2140.3171.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=41.90%
G=23.62%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012418100.440.180.14324.3857.8367.45
HexDC7CB502C12E1443a43
Octal334174265054221650472103
Binary1101110011111001011010101011001001011101010001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CB5; }

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

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

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

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

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

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

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

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