Shades of Razzle Dazzle Rose #DC27D8
Tints of Razzle Dazzle Rose #DC27D8
RGB
CMYK
RGB Variations
Color information
#DC27D8 (or 0xDC27D8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and D8. RGB value is (220,39,216). Sum of RGB (Red+Green+Blue) = 220+39+216=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27D8 is #23D827. Grayscale: #707070. Windows color (decimal): -2349096 or 14165980. OLE color: 14165980.
HSL color Cylindrical-coordinate representation of color #DC27D8: hue angle of 301.33º 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 #DC27D8 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 216 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.14 |
| HSL | 301.33º | 0.72% | 0.51% | - |
| HSV(B) | 301.33º | 0.82% | 0.86% | - |
| XYZ | 42.64 | 21.62 | 66.89 | - |
| YUV | 113.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 216 | 0 | 0.82 | 0.02 | 0.14 | 301.33 | 0.72 | 0.51 |
| Hex | DC | 27 | D8 | 0 | 52 | 2 | E | 12D | 48 | 33 |
| Octal | 334 | 47 | 330 | 0 | 122 | 2 | 16 | 455 | 110 | 63 |
| Binary | 11011100 | 100111 | 11011000 | 0 | 1010010 | 10 | 1110 | 100101101 | 1001000 | 110011 |
Color Harmonies of #DC27D8
Complementary color
Monochromatic Colors of #DC27D8
Black with #DC27D8
Text Example
Text Example
White with #DC27D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27D8; }
p { color: rgb(220,39,216); }
H1.HeaderClassName
{
color: #DC27D8;
}
.AnyTagClassName
{
color: #DC27D8;
}
</style>
background-color css
<style>
a { background-color: #DC27D8; }
a { background-color: rgb(220,39,216); }
div.DivClassName
{
background-color: #DC27D8;
}
.BgClassName
{
background-color: #DC27D8;
}
</style>
border-color css
<style>
span { border-color: #DC27D8; }
span { border-color: rgb(220,39,216); }
td.TdClassName
{
border-color: #DC27D8;
}
.TagClassName
{
border-color: #DC27D8;
}
</style>