Shades of Razzle Dazzle Rose #DC27C6
Tints of Razzle Dazzle Rose #DC27C6
RGB
CMYK
RGB Variations
Color information
#DC27C6 (or 0xDC27C6) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and C6. RGB value is (220,39,198). Sum of RGB (Red+Green+Blue) = 220+39+198=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27C6 is #23D839. Grayscale: #6E6E6E. Windows color (decimal): -2349114 or 12986332. OLE color: 12986332.
HSL color Cylindrical-coordinate representation of color #DC27C6: hue angle of 307.29º 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 #DC27C6 is Cyan = 0, Magento = 0.82, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 198 | - |
| CMYK | 0 | 0.82 | 0.1 | 0.14 |
| HSL | 307.29º | 0.72% | 0.51% | - |
| HSV(B) | 307.29º | 0.82% | 0.86% | - |
| XYZ | 40.43 | 20.74 | 55.3 | - |
| YUV | 111.25 | 176.97 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 198 | 0 | 0.82 | 0.1 | 0.14 | 307.29 | 0.72 | 0.51 |
| Hex | DC | 27 | C6 | 0 | 52 | A | E | 133 | 48 | 33 |
| Octal | 334 | 47 | 306 | 0 | 122 | 12 | 16 | 463 | 110 | 63 |
| Binary | 11011100 | 100111 | 11000110 | 0 | 1010010 | 1010 | 1110 | 100110011 | 1001000 | 110011 |
Color Harmonies of #DC27C6
Complementary color
Monochromatic Colors of #DC27C6
Black with #DC27C6
Text Example
Text Example
White with #DC27C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27C6; }
p { color: rgb(220,39,198); }
H1.HeaderClassName
{
color: #DC27C6;
}
.AnyTagClassName
{
color: #DC27C6;
}
</style>
background-color css
<style>
a { background-color: #DC27C6; }
a { background-color: rgb(220,39,198); }
div.DivClassName
{
background-color: #DC27C6;
}
.BgClassName
{
background-color: #DC27C6;
}
</style>
border-color css
<style>
span { border-color: #DC27C6; }
span { border-color: rgb(220,39,198); }
td.TdClassName
{
border-color: #DC27C6;
}
.TagClassName
{
border-color: #DC27C6;
}
</style>