Shades of Persian Pink #DC6EB2
Tints of Persian Pink #DC6EB2
RGB
CMYK
RGB Variations
Color information
#DC6EB2 (or 0xDC6EB2) is known color: Persian Pink. HEX triplet: DC, 6E and B2. RGB value is (220,110,178). Sum of RGB (Red+Green+Blue) = 220+110+178=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EB2 is #23914D. Grayscale: #969696. Windows color (decimal): -2330958 or 11693788. OLE color: 11693788.
HSL color Cylindrical-coordinate representation of color #DC6EB2: hue angle of 322.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6EB2 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 178 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.14 |
| HSL | 322.91º | 0.61% | 0.65% | - |
| HSV(B) | 322.91º | 0.5% | 0.86% | - |
| XYZ | 43.13 | 29.58 | 45.56 | - |
| YUV | 150.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 178 | 0 | 0.50 | 0.19 | 0.14 | 322.91 | 0.61 | 0.65 |
| Hex | DC | 6E | B2 | 0 | 32 | 13 | E | 143 | 3D | 41 |
| Octal | 334 | 156 | 262 | 0 | 62 | 23 | 16 | 503 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10110010 | 0 | 110010 | 10011 | 1110 | 101000011 | 111101 | 1000001 |
Color Harmonies of #DC6EB2
Complementary color
Monochromatic Colors of #DC6EB2
Black with #DC6EB2
Text Example
Text Example
White with #DC6EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EB2; }
p { color: rgb(220,110,178); }
H1.HeaderClassName
{
color: #DC6EB2;
}
.AnyTagClassName
{
color: #DC6EB2;
}
</style>
background-color css
<style>
a { background-color: #DC6EB2; }
a { background-color: rgb(220,110,178); }
div.DivClassName
{
background-color: #DC6EB2;
}
.BgClassName
{
background-color: #DC6EB2;
}
</style>
border-color css
<style>
span { border-color: #DC6EB2; }
span { border-color: rgb(220,110,178); }
td.TdClassName
{
border-color: #DC6EB2;
}
.TagClassName
{
border-color: #DC6EB2;
}
</style>