Shades of Persian Pink #DC6DB4
Tints of Persian Pink #DC6DB4
RGB
CMYK
RGB Variations
Color information
#DC6DB4 (or 0xDC6DB4) is known color: Persian Pink. HEX triplet: DC, 6D and B4. RGB value is (220,109,180). Sum of RGB (Red+Green+Blue) = 220+109+180=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DB4 is #23924B. Grayscale: #969696. Windows color (decimal): -2331212 or 11824604. OLE color: 11824604.
HSL color Cylindrical-coordinate representation of color #DC6DB4: hue angle of 321.62º 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 #DC6DB4 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 180 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.14 |
| HSL | 321.62º | 0.61% | 0.65% | - |
| HSV(B) | 321.62º | 0.5% | 0.86% | - |
| XYZ | 43.22 | 29.45 | 46.59 | - |
| YUV | 150.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 180 | 0 | 0.50 | 0.18 | 0.14 | 321.62 | 0.61 | 0.65 |
| Hex | DC | 6D | B4 | 0 | 32 | 12 | E | 142 | 3D | 41 |
| Octal | 334 | 155 | 264 | 0 | 62 | 22 | 16 | 502 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10110100 | 0 | 110010 | 10010 | 1110 | 101000010 | 111101 | 1000001 |
Color Harmonies of #DC6DB4
Complementary color
Monochromatic Colors of #DC6DB4
Black with #DC6DB4
Text Example
Text Example
White with #DC6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DB4; }
p { color: rgb(220,109,180); }
H1.HeaderClassName
{
color: #DC6DB4;
}
.AnyTagClassName
{
color: #DC6DB4;
}
</style>
background-color css
<style>
a { background-color: #DC6DB4; }
a { background-color: rgb(220,109,180); }
div.DivClassName
{
background-color: #DC6DB4;
}
.BgClassName
{
background-color: #DC6DB4;
}
</style>
border-color css
<style>
span { border-color: #DC6DB4; }
span { border-color: rgb(220,109,180); }
td.TdClassName
{
border-color: #DC6DB4;
}
.TagClassName
{
border-color: #DC6DB4;
}
</style>