Shades of Razzle Dazzle Rose #DC27D7
Tints of Razzle Dazzle Rose #DC27D7
RGB
CMYK
RGB Variations
Color information
#DC27D7 (or 0xDC27D7) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and D7. RGB value is (220,39,215). Sum of RGB (Red+Green+Blue) = 220+39+215=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27D7 is #23D828. Grayscale: #707070. Windows color (decimal): -2349097 or 14100444. OLE color: 14100444.
HSL color Cylindrical-coordinate representation of color #DC27D7: hue angle of 301.66º 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 #DC27D7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 215 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.14 |
| HSL | 301.66º | 0.72% | 0.51% | - |
| HSV(B) | 301.66º | 0.82% | 0.86% | - |
| XYZ | 42.51 | 21.57 | 66.21 | - |
| YUV | 113.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 215 | 0 | 0.82 | 0.02 | 0.14 | 301.66 | 0.72 | 0.51 |
| Hex | DC | 27 | D7 | 0 | 52 | 2 | E | 12E | 48 | 33 |
| Octal | 334 | 47 | 327 | 0 | 122 | 2 | 16 | 456 | 110 | 63 |
| Binary | 11011100 | 100111 | 11010111 | 0 | 1010010 | 10 | 1110 | 100101110 | 1001000 | 110011 |
Color Harmonies of #DC27D7
Complementary color
Monochromatic Colors of #DC27D7
Black with #DC27D7
Text Example
Text Example
White with #DC27D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27D7; }
p { color: rgb(220,39,215); }
H1.HeaderClassName
{
color: #DC27D7;
}
.AnyTagClassName
{
color: #DC27D7;
}
</style>
background-color css
<style>
a { background-color: #DC27D7; }
a { background-color: rgb(220,39,215); }
div.DivClassName
{
background-color: #DC27D7;
}
.BgClassName
{
background-color: #DC27D7;
}
</style>
border-color css
<style>
span { border-color: #DC27D7; }
span { border-color: rgb(220,39,215); }
td.TdClassName
{
border-color: #DC27D7;
}
.TagClassName
{
border-color: #DC27D7;
}
</style>