Shades of Persian Rose #DC35B1
Tints of Persian Rose #DC35B1
RGB
CMYK
RGB Variations
Color information
#DC35B1 (or 0xDC35B1) is known color: Persian Rose. HEX triplet: DC, 35 and B1. RGB value is (220,53,177). Sum of RGB (Red+Green+Blue) = 220+53+177=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC35B1 is #23CA4E. Grayscale: #747474. Windows color (decimal): -2345551 or 11613660. OLE color: 11613660.
HSL color Cylindrical-coordinate representation of color #DC35B1: hue angle of 315.45º 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 #DC35B1 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 177 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.14 |
| HSL | 315.45º | 0.7% | 0.54% | - |
| HSV(B) | 315.45º | 0.76% | 0.86% | - |
| XYZ | 38.72 | 20.94 | 43.6 | - |
| YUV | 117.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 177 | 0 | 0.76 | 0.20 | 0.14 | 315.45 | 0.7 | 0.54 |
| Hex | DC | 35 | B1 | 0 | 4C | 14 | E | 13B | 46 | 36 |
| Octal | 334 | 65 | 261 | 0 | 114 | 24 | 16 | 473 | 106 | 66 |
| Binary | 11011100 | 110101 | 10110001 | 0 | 1001100 | 10100 | 1110 | 100111011 | 1000110 | 110110 |
Color Harmonies of #DC35B1
Complementary color
Monochromatic Colors of #DC35B1
Black with #DC35B1
Text Example
Text Example
White with #DC35B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35B1; }
p { color: rgb(220,53,177); }
H1.HeaderClassName
{
color: #DC35B1;
}
.AnyTagClassName
{
color: #DC35B1;
}
</style>
background-color css
<style>
a { background-color: #DC35B1; }
a { background-color: rgb(220,53,177); }
div.DivClassName
{
background-color: #DC35B1;
}
.BgClassName
{
background-color: #DC35B1;
}
</style>
border-color css
<style>
span { border-color: #DC35B1; }
span { border-color: rgb(220,53,177); }
td.TdClassName
{
border-color: #DC35B1;
}
.TagClassName
{
border-color: #DC35B1;
}
</style>