Shades of Persian Rose #DC2DAD
Tints of Persian Rose #DC2DAD
RGB
CMYK
RGB Variations
Color information
#DC2DAD (or 0xDC2DAD) is known color: Persian Rose. HEX triplet: DC, 2D and AD. RGB value is (220,45,173). Sum of RGB (Red+Green+Blue) = 220+45+173=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DAD is #23D252. Grayscale: #6F6F6F. Windows color (decimal): -2347603 or 11349468. OLE color: 11349468.
HSL color Cylindrical-coordinate representation of color #DC2DAD: hue angle of 316.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DAD is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 173 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.14 |
| HSL | 316.11º | 0.71% | 0.52% | - |
| HSV(B) | 316.11º | 0.8% | 0.86% | - |
| XYZ | 38 | 20.11 | 41.41 | - |
| YUV | 111.92 | 162.48 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 173 | 0 | 0.80 | 0.21 | 0.14 | 316.11 | 0.71 | 0.52 |
| Hex | DC | 2D | AD | 0 | 50 | 15 | E | 13C | 47 | 34 |
| Octal | 334 | 55 | 255 | 0 | 120 | 25 | 16 | 474 | 107 | 64 |
| Binary | 11011100 | 101101 | 10101101 | 0 | 1010000 | 10101 | 1110 | 100111100 | 1000111 | 110100 |
Color Harmonies of #DC2DAD
Complementary color
Monochromatic Colors of #DC2DAD
Black with #DC2DAD
Text Example
Text Example
White with #DC2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DAD; }
p { color: rgb(220,45,173); }
H1.HeaderClassName
{
color: #DC2DAD;
}
.AnyTagClassName
{
color: #DC2DAD;
}
</style>
background-color css
<style>
a { background-color: #DC2DAD; }
a { background-color: rgb(220,45,173); }
div.DivClassName
{
background-color: #DC2DAD;
}
.BgClassName
{
background-color: #DC2DAD;
}
</style>
border-color css
<style>
span { border-color: #DC2DAD; }
span { border-color: rgb(220,45,173); }
td.TdClassName
{
border-color: #DC2DAD;
}
.TagClassName
{
border-color: #DC2DAD;
}
</style>