Shades of Razzle Dazzle Rose #DC27D9
Tints of Razzle Dazzle Rose #DC27D9
RGB
CMYK
RGB Variations
Color information
#DC27D9 (or 0xDC27D9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and D9. RGB value is (220,39,217). Sum of RGB (Red+Green+Blue) = 220+39+217=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27D9 is #23D826. Grayscale: #707070. Windows color (decimal): -2349095 or 14231516. OLE color: 14231516.
HSL color Cylindrical-coordinate representation of color #DC27D9: hue angle of 300.99º 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 #DC27D9 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 217 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.14 |
| HSL | 300.99º | 0.72% | 0.51% | - |
| HSV(B) | 300.99º | 0.82% | 0.86% | - |
| XYZ | 42.77 | 21.68 | 67.58 | - |
| YUV | 113.41 | 186.47 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 217 | 0 | 0.82 | 0.01 | 0.14 | 300.99 | 0.72 | 0.51 |
| Hex | DC | 27 | D9 | 0 | 52 | 1 | E | 12D | 48 | 33 |
| Octal | 334 | 47 | 331 | 0 | 122 | 1 | 16 | 455 | 110 | 63 |
| Binary | 11011100 | 100111 | 11011001 | 0 | 1010010 | 1 | 1110 | 100101101 | 1001000 | 110011 |
Color Harmonies of #DC27D9
Complementary color
Monochromatic Colors of #DC27D9
Black with #DC27D9
Text Example
Text Example
White with #DC27D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27D9; }
p { color: rgb(220,39,217); }
H1.HeaderClassName
{
color: #DC27D9;
}
.AnyTagClassName
{
color: #DC27D9;
}
</style>
background-color css
<style>
a { background-color: #DC27D9; }
a { background-color: rgb(220,39,217); }
div.DivClassName
{
background-color: #DC27D9;
}
.BgClassName
{
background-color: #DC27D9;
}
</style>
border-color css
<style>
span { border-color: #DC27D9; }
span { border-color: rgb(220,39,217); }
td.TdClassName
{
border-color: #DC27D9;
}
.TagClassName
{
border-color: #DC27D9;
}
</style>