Shades of Persian Pink #DC6EB8
Tints of Persian Pink #DC6EB8
RGB
CMYK
RGB Variations
Color information
#DC6EB8 (or 0xDC6EB8) is known color: Persian Pink. HEX triplet: DC, 6E and B8. RGB value is (220,110,184). Sum of RGB (Red+Green+Blue) = 220+110+184=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EB8 is #239147. Grayscale: #979797. Windows color (decimal): -2330952 or 12087004. OLE color: 12087004.
HSL color Cylindrical-coordinate representation of color #DC6EB8: hue angle of 319.64º 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 #DC6EB8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 184 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.14 |
| HSL | 319.64º | 0.61% | 0.65% | - |
| HSV(B) | 319.64º | 0.5% | 0.86% | - |
| XYZ | 43.74 | 29.83 | 48.8 | - |
| YUV | 151.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 184 | 0 | 0.50 | 0.16 | 0.14 | 319.64 | 0.61 | 0.65 |
| Hex | DC | 6E | B8 | 0 | 32 | 10 | E | 140 | 3D | 41 |
| Octal | 334 | 156 | 270 | 0 | 62 | 20 | 16 | 500 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10111000 | 0 | 110010 | 10000 | 1110 | 101000000 | 111101 | 1000001 |
Color Harmonies of #DC6EB8
Complementary color
Monochromatic Colors of #DC6EB8
Black with #DC6EB8
Text Example
Text Example
White with #DC6EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EB8; }
p { color: rgb(220,110,184); }
H1.HeaderClassName
{
color: #DC6EB8;
}
.AnyTagClassName
{
color: #DC6EB8;
}
</style>
background-color css
<style>
a { background-color: #DC6EB8; }
a { background-color: rgb(220,110,184); }
div.DivClassName
{
background-color: #DC6EB8;
}
.BgClassName
{
background-color: #DC6EB8;
}
</style>
border-color css
<style>
span { border-color: #DC6EB8; }
span { border-color: rgb(220,110,184); }
td.TdClassName
{
border-color: #DC6EB8;
}
.TagClassName
{
border-color: #DC6EB8;
}
</style>