Shades of Persian Rose #DC24A6
Tints of Persian Rose #DC24A6
RGB
CMYK
RGB Variations
Color information
#DC24A6 (or 0xDC24A6) is known color: Persian Rose. HEX triplet: DC, 24 and A6. RGB value is (220,36,166). Sum of RGB (Red+Green+Blue) = 220+36+166=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24A6 is #23DB59. Grayscale: #696969. Windows color (decimal): -2349914 or 10888412. OLE color: 10888412.
HSL color Cylindrical-coordinate representation of color #DC24A6: hue angle of 317.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24A6 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 166 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.14 |
| HSL | 317.61º | 0.72% | 0.5% | - |
| HSV(B) | 317.61º | 0.84% | 0.86% | - |
| XYZ | 37.03 | 19.23 | 37.84 | - |
| YUV | 105.84 | 161.96 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 166 | 0 | 0.84 | 0.25 | 0.14 | 317.61 | 0.72 | 0.5 |
| Hex | DC | 24 | A6 | 0 | 54 | 19 | E | 13E | 48 | 32 |
| Octal | 334 | 44 | 246 | 0 | 124 | 31 | 16 | 476 | 110 | 62 |
| Binary | 11011100 | 100100 | 10100110 | 0 | 1010100 | 11001 | 1110 | 100111110 | 1001000 | 110010 |
Color Harmonies of #DC24A6
Complementary color
Monochromatic Colors of #DC24A6
Black with #DC24A6
Text Example
Text Example
White with #DC24A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24A6; }
p { color: rgb(220,36,166); }
H1.HeaderClassName
{
color: #DC24A6;
}
.AnyTagClassName
{
color: #DC24A6;
}
</style>
background-color css
<style>
a { background-color: #DC24A6; }
a { background-color: rgb(220,36,166); }
div.DivClassName
{
background-color: #DC24A6;
}
.BgClassName
{
background-color: #DC24A6;
}
</style>
border-color css
<style>
span { border-color: #DC24A6; }
span { border-color: rgb(220,36,166); }
td.TdClassName
{
border-color: #DC24A6;
}
.TagClassName
{
border-color: #DC24A6;
}
</style>