Shades of Persian Rose #DC36AD
Tints of Persian Rose #DC36AD
RGB
CMYK
RGB Variations
Color information
#DC36AD (or 0xDC36AD) is known color: Persian Rose. HEX triplet: DC, 36 and AD. RGB value is (220,54,173). Sum of RGB (Red+Green+Blue) = 220+54+173=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC36AD is #23C952. Grayscale: #747474. Windows color (decimal): -2345299 or 11351772. OLE color: 11351772.
HSL color Cylindrical-coordinate representation of color #DC36AD: hue angle of 316.99º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC36AD is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 173 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.14 |
| HSL | 316.99º | 0.7% | 0.54% | - |
| HSV(B) | 316.99º | 0.75% | 0.86% | - |
| XYZ | 38.38 | 20.87 | 41.54 | - |
| YUV | 117.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 173 | 0 | 0.75 | 0.21 | 0.14 | 316.99 | 0.7 | 0.54 |
| Hex | DC | 36 | AD | 0 | 4B | 15 | E | 13D | 46 | 36 |
| Octal | 334 | 66 | 255 | 0 | 113 | 25 | 16 | 475 | 106 | 66 |
| Binary | 11011100 | 110110 | 10101101 | 0 | 1001011 | 10101 | 1110 | 100111101 | 1000110 | 110110 |
Color Harmonies of #DC36AD
Complementary color
Monochromatic Colors of #DC36AD
Black with #DC36AD
Text Example
Text Example
White with #DC36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36AD; }
p { color: rgb(220,54,173); }
H1.HeaderClassName
{
color: #DC36AD;
}
.AnyTagClassName
{
color: #DC36AD;
}
</style>
background-color css
<style>
a { background-color: #DC36AD; }
a { background-color: rgb(220,54,173); }
div.DivClassName
{
background-color: #DC36AD;
}
.BgClassName
{
background-color: #DC36AD;
}
</style>
border-color css
<style>
span { border-color: #DC36AD; }
span { border-color: rgb(220,54,173); }
td.TdClassName
{
border-color: #DC36AD;
}
.TagClassName
{
border-color: #DC36AD;
}
</style>