Shades of Persian Rose #DC38AD
Tints of Persian Rose #DC38AD
RGB
CMYK
RGB Variations
Color information
#DC38AD (or 0xDC38AD) is known color: Persian Rose. HEX triplet: DC, 38 and AD. RGB value is (220,56,173). Sum of RGB (Red+Green+Blue) = 220+56+173=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38AD is #23C752. Grayscale: #767676. Windows color (decimal): -2344787 or 11352284. OLE color: 11352284.
HSL color Cylindrical-coordinate representation of color #DC38AD: hue angle of 317.2º 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 #DC38AD is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 173 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.14 |
| HSL | 317.2º | 0.7% | 0.54% | - |
| HSV(B) | 317.2º | 0.75% | 0.86% | - |
| XYZ | 38.47 | 21.06 | 41.57 | - |
| YUV | 118.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 173 | 0 | 0.75 | 0.21 | 0.14 | 317.2 | 0.7 | 0.54 |
| Hex | DC | 38 | AD | 0 | 4B | 15 | E | 13D | 46 | 36 |
| Octal | 334 | 70 | 255 | 0 | 113 | 25 | 16 | 475 | 106 | 66 |
| Binary | 11011100 | 111000 | 10101101 | 0 | 1001011 | 10101 | 1110 | 100111101 | 1000110 | 110110 |
Color Harmonies of #DC38AD
Complementary color
Monochromatic Colors of #DC38AD
Black with #DC38AD
Text Example
Text Example
White with #DC38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38AD; }
p { color: rgb(220,56,173); }
H1.HeaderClassName
{
color: #DC38AD;
}
.AnyTagClassName
{
color: #DC38AD;
}
</style>
background-color css
<style>
a { background-color: #DC38AD; }
a { background-color: rgb(220,56,173); }
div.DivClassName
{
background-color: #DC38AD;
}
.BgClassName
{
background-color: #DC38AD;
}
</style>
border-color css
<style>
span { border-color: #DC38AD; }
span { border-color: rgb(220,56,173); }
td.TdClassName
{
border-color: #DC38AD;
}
.TagClassName
{
border-color: #DC38AD;
}
</style>