Shades of Razzle Dazzle Rose #DC27C2
Tints of Razzle Dazzle Rose #DC27C2
RGB
CMYK
RGB Variations
Color information
#DC27C2 (or 0xDC27C2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and C2. RGB value is (220,39,194). Sum of RGB (Red+Green+Blue) = 220+39+194=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27C2 is #23D83D. Grayscale: #6E6E6E. Windows color (decimal): -2349118 or 12724188. OLE color: 12724188.
HSL color Cylindrical-coordinate representation of color #DC27C2: hue angle of 308.62º 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 #DC27C2 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 194 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.14 |
| HSL | 308.62º | 0.72% | 0.51% | - |
| HSV(B) | 308.62º | 0.82% | 0.86% | - |
| XYZ | 39.98 | 20.56 | 52.9 | - |
| YUV | 110.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 194 | 0 | 0.82 | 0.12 | 0.14 | 308.62 | 0.72 | 0.51 |
| Hex | DC | 27 | C2 | 0 | 52 | C | E | 135 | 48 | 33 |
| Octal | 334 | 47 | 302 | 0 | 122 | 14 | 16 | 465 | 110 | 63 |
| Binary | 11011100 | 100111 | 11000010 | 0 | 1010010 | 1100 | 1110 | 100110101 | 1001000 | 110011 |
Color Harmonies of #DC27C2
Complementary color
Monochromatic Colors of #DC27C2
Black with #DC27C2
Text Example
Text Example
White with #DC27C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27C2; }
p { color: rgb(220,39,194); }
H1.HeaderClassName
{
color: #DC27C2;
}
.AnyTagClassName
{
color: #DC27C2;
}
</style>
background-color css
<style>
a { background-color: #DC27C2; }
a { background-color: rgb(220,39,194); }
div.DivClassName
{
background-color: #DC27C2;
}
.BgClassName
{
background-color: #DC27C2;
}
</style>
border-color css
<style>
span { border-color: #DC27C2; }
span { border-color: rgb(220,39,194); }
td.TdClassName
{
border-color: #DC27C2;
}
.TagClassName
{
border-color: #DC27C2;
}
</style>