Shades of Persian Rose #DC35B0
Tints of Persian Rose #DC35B0
RGB
CMYK
RGB Variations
Color information
#DC35B0 (or 0xDC35B0) is known color: Persian Rose. HEX triplet: DC, 35 and B0. RGB value is (220,53,176). Sum of RGB (Red+Green+Blue) = 220+53+176=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC35B0 is #23CA4F. Grayscale: #747474. Windows color (decimal): -2345552 or 11548124. OLE color: 11548124.
HSL color Cylindrical-coordinate representation of color #DC35B0: hue angle of 315.81º 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 #DC35B0 is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 176 | - |
| CMYK | 0 | 0.76 | 0.2 | 0.14 |
| HSL | 315.81º | 0.7% | 0.54% | - |
| HSV(B) | 315.81º | 0.76% | 0.86% | - |
| XYZ | 38.62 | 20.9 | 43.07 | - |
| YUV | 116.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 176 | 0 | 0.76 | 0.2 | 0.14 | 315.81 | 0.7 | 0.54 |
| Hex | DC | 35 | B0 | 0 | 4C | 14 | E | 13C | 46 | 36 |
| Octal | 334 | 65 | 260 | 0 | 114 | 24 | 16 | 474 | 106 | 66 |
| Binary | 11011100 | 110101 | 10110000 | 0 | 1001100 | 10100 | 1110 | 100111100 | 1000110 | 110110 |
Color Harmonies of #DC35B0
Complementary color
Monochromatic Colors of #DC35B0
Black with #DC35B0
Text Example
Text Example
White with #DC35B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35B0; }
p { color: rgb(220,53,176); }
H1.HeaderClassName
{
color: #DC35B0;
}
.AnyTagClassName
{
color: #DC35B0;
}
</style>
background-color css
<style>
a { background-color: #DC35B0; }
a { background-color: rgb(220,53,176); }
div.DivClassName
{
background-color: #DC35B0;
}
.BgClassName
{
background-color: #DC35B0;
}
</style>
border-color css
<style>
span { border-color: #DC35B0; }
span { border-color: rgb(220,53,176); }
td.TdClassName
{
border-color: #DC35B0;
}
.TagClassName
{
border-color: #DC35B0;
}
</style>