Shades of Persian Rose #DC27A5
Tints of Persian Rose #DC27A5
RGB
CMYK
RGB Variations
Color information
#DC27A5 (or 0xDC27A5) is known color: Persian Rose. HEX triplet: DC, 27 and A5. RGB value is (220,39,165). Sum of RGB (Red+Green+Blue) = 220+39+165=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27A5 is #23D85A. Grayscale: #6B6B6B. Windows color (decimal): -2349147 or 10823644. OLE color: 10823644.
HSL color Cylindrical-coordinate representation of color #DC27A5: hue angle of 318.23º 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 #DC27A5 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 165 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.14 |
| HSL | 318.23º | 0.72% | 0.51% | - |
| HSV(B) | 318.23º | 0.82% | 0.86% | - |
| XYZ | 37.03 | 19.38 | 37.39 | - |
| YUV | 107.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 165 | 0 | 0.82 | 0.25 | 0.14 | 318.23 | 0.72 | 0.51 |
| Hex | DC | 27 | A5 | 0 | 52 | 19 | E | 13E | 48 | 33 |
| Octal | 334 | 47 | 245 | 0 | 122 | 31 | 16 | 476 | 110 | 63 |
| Binary | 11011100 | 100111 | 10100101 | 0 | 1010010 | 11001 | 1110 | 100111110 | 1001000 | 110011 |
Color Harmonies of #DC27A5
Complementary color
Monochromatic Colors of #DC27A5
Black with #DC27A5
Text Example
Text Example
White with #DC27A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27A5; }
p { color: rgb(220,39,165); }
H1.HeaderClassName
{
color: #DC27A5;
}
.AnyTagClassName
{
color: #DC27A5;
}
</style>
background-color css
<style>
a { background-color: #DC27A5; }
a { background-color: rgb(220,39,165); }
div.DivClassName
{
background-color: #DC27A5;
}
.BgClassName
{
background-color: #DC27A5;
}
</style>
border-color css
<style>
span { border-color: #DC27A5; }
span { border-color: rgb(220,39,165); }
td.TdClassName
{
border-color: #DC27A5;
}
.TagClassName
{
border-color: #DC27A5;
}
</style>