Shades of Razzle Dazzle Rose #DC2FCC
Tints of Razzle Dazzle Rose #DC2FCC
RGB
CMYK
RGB Variations
Color information
#DC2FCC (or 0xDC2FCC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and CC. RGB value is (220,47,204). Sum of RGB (Red+Green+Blue) = 220+47+204=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FCC is #23D033. Grayscale: #747474. Windows color (decimal): -2347060 or 13381596. OLE color: 13381596.
HSL color Cylindrical-coordinate representation of color #DC2FCC: hue angle of 305.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2FCC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 204 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.14 |
| HSL | 305.55º | 0.71% | 0.52% | - |
| HSV(B) | 305.55º | 0.79% | 0.86% | - |
| XYZ | 41.43 | 21.61 | 59.11 | - |
| YUV | 116.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 204 | 0 | 0.79 | 0.07 | 0.14 | 305.55 | 0.71 | 0.52 |
| Hex | DC | 2F | CC | 0 | 4F | 7 | E | 132 | 47 | 34 |
| Octal | 334 | 57 | 314 | 0 | 117 | 7 | 16 | 462 | 107 | 64 |
| Binary | 11011100 | 101111 | 11001100 | 0 | 1001111 | 111 | 1110 | 100110010 | 1000111 | 110100 |
Color Harmonies of #DC2FCC
Complementary color
Monochromatic Colors of #DC2FCC
Black with #DC2FCC
Text Example
Text Example
White with #DC2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FCC; }
p { color: rgb(220,47,204); }
H1.HeaderClassName
{
color: #DC2FCC;
}
.AnyTagClassName
{
color: #DC2FCC;
}
</style>
background-color css
<style>
a { background-color: #DC2FCC; }
a { background-color: rgb(220,47,204); }
div.DivClassName
{
background-color: #DC2FCC;
}
.BgClassName
{
background-color: #DC2FCC;
}
</style>
border-color css
<style>
span { border-color: #DC2FCC; }
span { border-color: rgb(220,47,204); }
td.TdClassName
{
border-color: #DC2FCC;
}
.TagClassName
{
border-color: #DC2FCC;
}
</style>