Shades of Persian Rose #DC24A5
Tints of Persian Rose #DC24A5
RGB
CMYK
RGB Variations
Color information
#DC24A5 (or 0xDC24A5) is known color: Persian Rose. HEX triplet: DC, 24 and A5. RGB value is (220,36,165). Sum of RGB (Red+Green+Blue) = 220+36+165=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24A5 is #23DB5A. Grayscale: #696969. Windows color (decimal): -2349915 or 10822876. OLE color: 10822876.
HSL color Cylindrical-coordinate representation of color #DC24A5: hue angle of 317.93º 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 #DC24A5 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 165 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.14 |
| HSL | 317.93º | 0.72% | 0.5% | - |
| HSV(B) | 317.93º | 0.84% | 0.86% | - |
| XYZ | 36.94 | 19.19 | 37.36 | - |
| YUV | 105.72 | 161.46 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 165 | 0 | 0.84 | 0.25 | 0.14 | 317.93 | 0.72 | 0.5 |
| Hex | DC | 24 | A5 | 0 | 54 | 19 | E | 13E | 48 | 32 |
| Octal | 334 | 44 | 245 | 0 | 124 | 31 | 16 | 476 | 110 | 62 |
| Binary | 11011100 | 100100 | 10100101 | 0 | 1010100 | 11001 | 1110 | 100111110 | 1001000 | 110010 |
Color Harmonies of #DC24A5
Complementary color
Monochromatic Colors of #DC24A5
Black with #DC24A5
Text Example
Text Example
White with #DC24A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24A5; }
p { color: rgb(220,36,165); }
H1.HeaderClassName
{
color: #DC24A5;
}
.AnyTagClassName
{
color: #DC24A5;
}
</style>
background-color css
<style>
a { background-color: #DC24A5; }
a { background-color: rgb(220,36,165); }
div.DivClassName
{
background-color: #DC24A5;
}
.BgClassName
{
background-color: #DC24A5;
}
</style>
border-color css
<style>
span { border-color: #DC24A5; }
span { border-color: rgb(220,36,165); }
td.TdClassName
{
border-color: #DC24A5;
}
.TagClassName
{
border-color: #DC24A5;
}
</style>