Shades of Persian Pink #DC6DB6
Tints of Persian Pink #DC6DB6
RGB
CMYK
RGB Variations
Color information
#DC6DB6 (or 0xDC6DB6) is known color: Persian Pink. HEX triplet: DC, 6D and B6. RGB value is (220,109,182). Sum of RGB (Red+Green+Blue) = 220+109+182=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DB6 is #239249. Grayscale: #969696. Windows color (decimal): -2331210 or 11955676. OLE color: 11955676.
HSL color Cylindrical-coordinate representation of color #DC6DB6: hue angle of 320.54º 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 #DC6DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 182 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.14 |
| HSL | 320.54º | 0.61% | 0.65% | - |
| HSV(B) | 320.54º | 0.5% | 0.86% | - |
| XYZ | 43.43 | 29.53 | 47.67 | - |
| YUV | 150.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 182 | 0 | 0.50 | 0.17 | 0.14 | 320.54 | 0.61 | 0.65 |
| Hex | DC | 6D | B6 | 0 | 32 | 11 | E | 141 | 3D | 41 |
| Octal | 334 | 155 | 266 | 0 | 62 | 21 | 16 | 501 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10110110 | 0 | 110010 | 10001 | 1110 | 101000001 | 111101 | 1000001 |
Color Harmonies of #DC6DB6
Complementary color
Monochromatic Colors of #DC6DB6
Black with #DC6DB6
Text Example
Text Example
White with #DC6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DB6; }
p { color: rgb(220,109,182); }
H1.HeaderClassName
{
color: #DC6DB6;
}
.AnyTagClassName
{
color: #DC6DB6;
}
</style>
background-color css
<style>
a { background-color: #DC6DB6; }
a { background-color: rgb(220,109,182); }
div.DivClassName
{
background-color: #DC6DB6;
}
.BgClassName
{
background-color: #DC6DB6;
}
</style>
border-color css
<style>
span { border-color: #DC6DB6; }
span { border-color: rgb(220,109,182); }
td.TdClassName
{
border-color: #DC6DB6;
}
.TagClassName
{
border-color: #DC6DB6;
}
</style>