#DC7CB6

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

Shades of Persian Pink #DC7CB6

Tints of Persian Pink #DC7CB6

Color information

#DC7CB6 (or 0xDC7CB6) is unknown color: approx Persian Pink. HEX triplet: DC, 7C and B6. RGB value is (220,124,182). Sum of RGB (Red+Green+Blue) = 220+124+182=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CB6 is #238349. Grayscale: #9F9F9F. Windows color (decimal): -2327370 or 11959516. OLE color: 11959516.

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

Color convert

RGB220124182-
CMYK00.440.170.14
HSL323.75º57.83%67.45%-
HSV(B)323.75º43.64%86.27%-
XYZ45.1733.0148.25-
YUV159.32140.8171.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=41.83%
G=23.57%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012418200.440.170.14323.7557.8367.45
HexDC7CB602C11E1443a43
Octal334174266054211650472103
Binary1101110011111001011011001011001000111101010001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CB6; }

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

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

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

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

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

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

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

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