Shades of Persian Rose #DC33AE
Tints of Persian Rose #DC33AE
RGB
CMYK
RGB Variations
Color information
#DC33AE (or 0xDC33AE) is known color: Persian Rose. HEX triplet: DC, 33 and AE. RGB value is (220,51,174). Sum of RGB (Red+Green+Blue) = 220+51+174=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33AE is #23CC51. Grayscale: #737373. Windows color (decimal): -2346066 or 11416540. OLE color: 11416540.
HSL color Cylindrical-coordinate representation of color #DC33AE: hue angle of 316.33º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC33AE is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 174 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.14 |
| HSL | 316.33º | 0.71% | 0.53% | - |
| HSV(B) | 316.33º | 0.77% | 0.86% | - |
| XYZ | 38.34 | 20.64 | 42.01 | - |
| YUV | 115.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 174 | 0 | 0.77 | 0.21 | 0.14 | 316.33 | 0.71 | 0.53 |
| Hex | DC | 33 | AE | 0 | 4D | 15 | E | 13C | 47 | 35 |
| Octal | 334 | 63 | 256 | 0 | 115 | 25 | 16 | 474 | 107 | 65 |
| Binary | 11011100 | 110011 | 10101110 | 0 | 1001101 | 10101 | 1110 | 100111100 | 1000111 | 110101 |
Color Harmonies of #DC33AE
Complementary color
Monochromatic Colors of #DC33AE
Black with #DC33AE
Text Example
Text Example
White with #DC33AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33AE; }
p { color: rgb(220,51,174); }
H1.HeaderClassName
{
color: #DC33AE;
}
.AnyTagClassName
{
color: #DC33AE;
}
</style>
background-color css
<style>
a { background-color: #DC33AE; }
a { background-color: rgb(220,51,174); }
div.DivClassName
{
background-color: #DC33AE;
}
.BgClassName
{
background-color: #DC33AE;
}
</style>
border-color css
<style>
span { border-color: #DC33AE; }
span { border-color: rgb(220,51,174); }
td.TdClassName
{
border-color: #DC33AE;
}
.TagClassName
{
border-color: #DC33AE;
}
</style>