Shades of Persian Rose #DC35AF
Tints of Persian Rose #DC35AF
RGB
CMYK
RGB Variations
Color information
#DC35AF (or 0xDC35AF) is known color: Persian Rose. HEX triplet: DC, 35 and AF. RGB value is (220,53,175). Sum of RGB (Red+Green+Blue) = 220+53+175=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC35AF is #23CA50. Grayscale: #747474. Windows color (decimal): -2345553 or 11482588. OLE color: 11482588.
HSL color Cylindrical-coordinate representation of color #DC35AF: hue angle of 316.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC35AF is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 175 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.14 |
| HSL | 316.17º | 0.7% | 0.54% | - |
| HSV(B) | 316.17º | 0.76% | 0.86% | - |
| XYZ | 38.53 | 20.86 | 42.55 | - |
| YUV | 116.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 175 | 0 | 0.76 | 0.20 | 0.14 | 316.17 | 0.7 | 0.54 |
| Hex | DC | 35 | AF | 0 | 4C | 14 | E | 13C | 46 | 36 |
| Octal | 334 | 65 | 257 | 0 | 114 | 24 | 16 | 474 | 106 | 66 |
| Binary | 11011100 | 110101 | 10101111 | 0 | 1001100 | 10100 | 1110 | 100111100 | 1000110 | 110110 |
Color Harmonies of #DC35AF
Complementary color
Monochromatic Colors of #DC35AF
Black with #DC35AF
Text Example
Text Example
White with #DC35AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35AF; }
p { color: rgb(220,53,175); }
H1.HeaderClassName
{
color: #DC35AF;
}
.AnyTagClassName
{
color: #DC35AF;
}
</style>
background-color css
<style>
a { background-color: #DC35AF; }
a { background-color: rgb(220,53,175); }
div.DivClassName
{
background-color: #DC35AF;
}
.BgClassName
{
background-color: #DC35AF;
}
</style>
border-color css
<style>
span { border-color: #DC35AF; }
span { border-color: rgb(220,53,175); }
td.TdClassName
{
border-color: #DC35AF;
}
.TagClassName
{
border-color: #DC35AF;
}
</style>