Shades of Persian Pink #DC6DB8
Tints of Persian Pink #DC6DB8
RGB
CMYK
RGB Variations
Color information
#DC6DB8 (or 0xDC6DB8) is known color: Persian Pink. HEX triplet: DC, 6D and B8. RGB value is (220,109,184). Sum of RGB (Red+Green+Blue) = 220+109+184=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DB8 is #239247. Grayscale: #969696. Windows color (decimal): -2331208 or 12086748. OLE color: 12086748.
HSL color Cylindrical-coordinate representation of color #DC6DB8: hue angle of 319.46º 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 #DC6DB8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 184 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.14 |
| HSL | 319.46º | 0.61% | 0.65% | - |
| HSV(B) | 319.46º | 0.5% | 0.86% | - |
| XYZ | 43.64 | 29.61 | 48.76 | - |
| YUV | 150.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 184 | 0 | 0.50 | 0.16 | 0.14 | 319.46 | 0.61 | 0.65 |
| Hex | DC | 6D | B8 | 0 | 32 | 10 | E | 13F | 3D | 41 |
| Octal | 334 | 155 | 270 | 0 | 62 | 20 | 16 | 477 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10111000 | 0 | 110010 | 10000 | 1110 | 100111111 | 111101 | 1000001 |
Color Harmonies of #DC6DB8
Complementary color
Monochromatic Colors of #DC6DB8
Black with #DC6DB8
Text Example
Text Example
White with #DC6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DB8; }
p { color: rgb(220,109,184); }
H1.HeaderClassName
{
color: #DC6DB8;
}
.AnyTagClassName
{
color: #DC6DB8;
}
</style>
background-color css
<style>
a { background-color: #DC6DB8; }
a { background-color: rgb(220,109,184); }
div.DivClassName
{
background-color: #DC6DB8;
}
.BgClassName
{
background-color: #DC6DB8;
}
</style>
border-color css
<style>
span { border-color: #DC6DB8; }
span { border-color: rgb(220,109,184); }
td.TdClassName
{
border-color: #DC6DB8;
}
.TagClassName
{
border-color: #DC6DB8;
}
</style>