Shades of Persian Rose #DC2CAE
Tints of Persian Rose #DC2CAE
RGB
CMYK
RGB Variations
Color information
#DC2CAE (or 0xDC2CAE) is known color: Persian Rose. HEX triplet: DC, 2C and AE. RGB value is (220,44,174). Sum of RGB (Red+Green+Blue) = 220+44+174=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2CAE is #23D351. Grayscale: #6F6F6F. Windows color (decimal): -2347858 or 11414748. OLE color: 11414748.
HSL color Cylindrical-coordinate representation of color #DC2CAE: hue angle of 315.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2CAE is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 174 | - |
| CMYK | 0 | 0.8 | 0.21 | 0.14 |
| HSL | 315.68º | 0.72% | 0.52% | - |
| HSV(B) | 315.68º | 0.8% | 0.86% | - |
| XYZ | 38.06 | 20.07 | 41.91 | - |
| YUV | 111.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 174 | 0 | 0.8 | 0.21 | 0.14 | 315.68 | 0.72 | 0.52 |
| Hex | DC | 2C | AE | 0 | 50 | 15 | E | 13C | 48 | 34 |
| Octal | 334 | 54 | 256 | 0 | 120 | 25 | 16 | 474 | 110 | 64 |
| Binary | 11011100 | 101100 | 10101110 | 0 | 1010000 | 10101 | 1110 | 100111100 | 1001000 | 110100 |
Color Harmonies of #DC2CAE
Complementary color
Monochromatic Colors of #DC2CAE
Black with #DC2CAE
Text Example
Text Example
White with #DC2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CAE; }
p { color: rgb(220,44,174); }
H1.HeaderClassName
{
color: #DC2CAE;
}
.AnyTagClassName
{
color: #DC2CAE;
}
</style>
background-color css
<style>
a { background-color: #DC2CAE; }
a { background-color: rgb(220,44,174); }
div.DivClassName
{
background-color: #DC2CAE;
}
.BgClassName
{
background-color: #DC2CAE;
}
</style>
border-color css
<style>
span { border-color: #DC2CAE; }
span { border-color: rgb(220,44,174); }
td.TdClassName
{
border-color: #DC2CAE;
}
.TagClassName
{
border-color: #DC2CAE;
}
</style>