Shades of Razzle Dazzle Rose #DC27C0
Tints of Razzle Dazzle Rose #DC27C0
RGB
CMYK
RGB Variations
Color information
#DC27C0 (or 0xDC27C0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and C0. RGB value is (220,39,192). Sum of RGB (Red+Green+Blue) = 220+39+192=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27C0 is #23D83F. Grayscale: #6E6E6E. Windows color (decimal): -2349120 or 12593116. OLE color: 12593116.
HSL color Cylindrical-coordinate representation of color #DC27C0: hue angle of 309.28º 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 #DC27C0 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 192 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.14 |
| HSL | 309.28º | 0.72% | 0.51% | - |
| HSV(B) | 309.28º | 0.82% | 0.86% | - |
| XYZ | 39.76 | 20.47 | 51.73 | - |
| YUV | 110.56 | 173.97 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 192 | 0 | 0.82 | 0.13 | 0.14 | 309.28 | 0.72 | 0.51 |
| Hex | DC | 27 | C0 | 0 | 52 | D | E | 135 | 48 | 33 |
| Octal | 334 | 47 | 300 | 0 | 122 | 15 | 16 | 465 | 110 | 63 |
| Binary | 11011100 | 100111 | 11000000 | 0 | 1010010 | 1101 | 1110 | 100110101 | 1001000 | 110011 |
Color Harmonies of #DC27C0
Complementary color
Monochromatic Colors of #DC27C0
Black with #DC27C0
Text Example
Text Example
White with #DC27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27C0; }
p { color: rgb(220,39,192); }
H1.HeaderClassName
{
color: #DC27C0;
}
.AnyTagClassName
{
color: #DC27C0;
}
</style>
background-color css
<style>
a { background-color: #DC27C0; }
a { background-color: rgb(220,39,192); }
div.DivClassName
{
background-color: #DC27C0;
}
.BgClassName
{
background-color: #DC27C0;
}
</style>
border-color css
<style>
span { border-color: #DC27C0; }
span { border-color: rgb(220,39,192); }
td.TdClassName
{
border-color: #DC27C0;
}
.TagClassName
{
border-color: #DC27C0;
}
</style>