Shades of Razzle Dazzle Rose #DC27D4
Tints of Razzle Dazzle Rose #DC27D4
RGB
CMYK
RGB Variations
Color information
#DC27D4 (or 0xDC27D4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and D4. RGB value is (220,39,212). Sum of RGB (Red+Green+Blue) = 220+39+212=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27D4 is #23D82B. Grayscale: #707070. Windows color (decimal): -2349100 or 13903836. OLE color: 13903836.
HSL color Cylindrical-coordinate representation of color #DC27D4: hue angle of 302.65º 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 #DC27D4 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 212 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.14 |
| HSL | 302.65º | 0.72% | 0.51% | - |
| HSV(B) | 302.65º | 0.82% | 0.86% | - |
| XYZ | 42.12 | 21.42 | 64.2 | - |
| YUV | 112.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 212 | 0 | 0.82 | 0.04 | 0.14 | 302.65 | 0.72 | 0.51 |
| Hex | DC | 27 | D4 | 0 | 52 | 4 | E | 12F | 48 | 33 |
| Octal | 334 | 47 | 324 | 0 | 122 | 4 | 16 | 457 | 110 | 63 |
| Binary | 11011100 | 100111 | 11010100 | 0 | 1010010 | 100 | 1110 | 100101111 | 1001000 | 110011 |
Color Harmonies of #DC27D4
Complementary color
Monochromatic Colors of #DC27D4
Black with #DC27D4
Text Example
Text Example
White with #DC27D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27D4; }
p { color: rgb(220,39,212); }
H1.HeaderClassName
{
color: #DC27D4;
}
.AnyTagClassName
{
color: #DC27D4;
}
</style>
background-color css
<style>
a { background-color: #DC27D4; }
a { background-color: rgb(220,39,212); }
div.DivClassName
{
background-color: #DC27D4;
}
.BgClassName
{
background-color: #DC27D4;
}
</style>
border-color css
<style>
span { border-color: #DC27D4; }
span { border-color: rgb(220,39,212); }
td.TdClassName
{
border-color: #DC27D4;
}
.TagClassName
{
border-color: #DC27D4;
}
</style>