Shades of Persian Rose #DC27A9
Tints of Persian Rose #DC27A9
RGB
CMYK
RGB Variations
Color information
#DC27A9 (or 0xDC27A9) is known color: Persian Rose. HEX triplet: DC, 27 and A9. RGB value is (220,39,169). Sum of RGB (Red+Green+Blue) = 220+39+169=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27A9 is #23D856. Grayscale: #6B6B6B. Windows color (decimal): -2349143 or 11085788. OLE color: 11085788.
HSL color Cylindrical-coordinate representation of color #DC27A9: hue angle of 316.91º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27A9 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 169 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.14 |
| HSL | 316.91º | 0.72% | 0.51% | - |
| HSV(B) | 316.91º | 0.82% | 0.86% | - |
| XYZ | 37.4 | 19.53 | 39.33 | - |
| YUV | 107.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 169 | 0 | 0.82 | 0.23 | 0.14 | 316.91 | 0.72 | 0.51 |
| Hex | DC | 27 | A9 | 0 | 52 | 17 | E | 13D | 48 | 33 |
| Octal | 334 | 47 | 251 | 0 | 122 | 27 | 16 | 475 | 110 | 63 |
| Binary | 11011100 | 100111 | 10101001 | 0 | 1010010 | 10111 | 1110 | 100111101 | 1001000 | 110011 |
Color Harmonies of #DC27A9
Complementary color
Monochromatic Colors of #DC27A9
Black with #DC27A9
Text Example
Text Example
White with #DC27A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27A9; }
p { color: rgb(220,39,169); }
H1.HeaderClassName
{
color: #DC27A9;
}
.AnyTagClassName
{
color: #DC27A9;
}
</style>
background-color css
<style>
a { background-color: #DC27A9; }
a { background-color: rgb(220,39,169); }
div.DivClassName
{
background-color: #DC27A9;
}
.BgClassName
{
background-color: #DC27A9;
}
</style>
border-color css
<style>
span { border-color: #DC27A9; }
span { border-color: rgb(220,39,169); }
td.TdClassName
{
border-color: #DC27A9;
}
.TagClassName
{
border-color: #DC27A9;
}
</style>