Shades of Persian Pink #DC6BB9
Tints of Persian Pink #DC6BB9
RGB
CMYK
RGB Variations
Color information
#DC6BB9 (or 0xDC6BB9) is known color: Persian Pink. HEX triplet: DC, 6B and B9. RGB value is (220,107,185). Sum of RGB (Red+Green+Blue) = 220+107+185=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BB9 is #239446. Grayscale: #959595. Windows color (decimal): -2331719 or 12151772. OLE color: 12151772.
HSL color Cylindrical-coordinate representation of color #DC6BB9: hue angle of 318.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BB9 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 185 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.14 |
| HSL | 318.58º | 0.62% | 0.64% | - |
| HSV(B) | 318.58º | 0.51% | 0.86% | - |
| XYZ | 43.53 | 29.23 | 49.25 | - |
| YUV | 149.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 185 | 0 | 0.51 | 0.16 | 0.14 | 318.58 | 0.62 | 0.64 |
| Hex | DC | 6B | B9 | 0 | 33 | 10 | E | 13F | 3E | 40 |
| Octal | 334 | 153 | 271 | 0 | 63 | 20 | 16 | 477 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10111001 | 0 | 110011 | 10000 | 1110 | 100111111 | 111110 | 1000000 |
Color Harmonies of #DC6BB9
Complementary color
Monochromatic Colors of #DC6BB9
Black with #DC6BB9
Text Example
Text Example
White with #DC6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BB9; }
p { color: rgb(220,107,185); }
H1.HeaderClassName
{
color: #DC6BB9;
}
.AnyTagClassName
{
color: #DC6BB9;
}
</style>
background-color css
<style>
a { background-color: #DC6BB9; }
a { background-color: rgb(220,107,185); }
div.DivClassName
{
background-color: #DC6BB9;
}
.BgClassName
{
background-color: #DC6BB9;
}
</style>
border-color css
<style>
span { border-color: #DC6BB9; }
span { border-color: rgb(220,107,185); }
td.TdClassName
{
border-color: #DC6BB9;
}
.TagClassName
{
border-color: #DC6BB9;
}
</style>