#DC7CB9

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

Shades of Persian Pink #DC7CB9

Tints of Persian Pink #DC7CB9

Color information

#DC7CB9 (or 0xDC7CB9) is unknown color: approx Persian Pink. HEX triplet: DC, 7C and B9. RGB value is (220,124,185). Sum of RGB (Red+Green+Blue) = 220+124+185=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CB9 is #238346. Grayscale: #9F9F9F. Windows color (decimal): -2327367 or 12156124. OLE color: 12156124.

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

Color convert

RGB220124185-
CMYK00.440.160.14
HSL321.88º57.83%67.45%-
HSV(B)321.88º43.64%86.27%-
XYZ45.4833.1349.9-
YUV159.66142.3171.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=41.59%
G=23.44%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012418500.440.160.14321.8857.8367.45
HexDC7CB902C10E1423a43
Octal334174271054201650272103
Binary1101110011111001011100101011001000011101010000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CB9; }

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

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

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

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

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

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

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

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