Shades of Persian Rose #DC23A5
Tints of Persian Rose #DC23A5
RGB
CMYK
RGB Variations
Color information
#DC23A5 (or 0xDC23A5) is known color: Persian Rose. HEX triplet: DC, 23 and A5. RGB value is (220,35,165). Sum of RGB (Red+Green+Blue) = 220+35+165=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23A5 is #23DC5A. Grayscale: #686868. Windows color (decimal): -2350171 or 10822620. OLE color: 10822620.
HSL color Cylindrical-coordinate representation of color #DC23A5: hue angle of 317.84º degrees, saturation: 0.73, 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 #DC23A5 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 165 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.14 |
| HSL | 317.84º | 0.73% | 0.5% | - |
| HSV(B) | 317.84º | 0.84% | 0.86% | - |
| XYZ | 36.91 | 19.13 | 37.35 | - |
| YUV | 105.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 165 | 0 | 0.84 | 0.25 | 0.14 | 317.84 | 0.73 | 0.5 |
| Hex | DC | 23 | A5 | 0 | 54 | 19 | E | 13E | 49 | 32 |
| Octal | 334 | 43 | 245 | 0 | 124 | 31 | 16 | 476 | 111 | 62 |
| Binary | 11011100 | 100011 | 10100101 | 0 | 1010100 | 11001 | 1110 | 100111110 | 1001001 | 110010 |
Color Harmonies of #DC23A5
Complementary color
Monochromatic Colors of #DC23A5
Black with #DC23A5
Text Example
Text Example
White with #DC23A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23A5; }
p { color: rgb(220,35,165); }
H1.HeaderClassName
{
color: #DC23A5;
}
.AnyTagClassName
{
color: #DC23A5;
}
</style>
background-color css
<style>
a { background-color: #DC23A5; }
a { background-color: rgb(220,35,165); }
div.DivClassName
{
background-color: #DC23A5;
}
.BgClassName
{
background-color: #DC23A5;
}
</style>
border-color css
<style>
span { border-color: #DC23A5; }
span { border-color: rgb(220,35,165); }
td.TdClassName
{
border-color: #DC23A5;
}
.TagClassName
{
border-color: #DC23A5;
}
</style>