Shades of Razzle Dazzle Rose #DC2FC0
Tints of Razzle Dazzle Rose #DC2FC0
RGB
CMYK
RGB Variations
Color information
#DC2FC0 (or 0xDC2FC0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and C0. RGB value is (220,47,192). Sum of RGB (Red+Green+Blue) = 220+47+192=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FC0 is #23D03F. Grayscale: #727272. Windows color (decimal): -2347072 or 12595164. OLE color: 12595164.
HSL color Cylindrical-coordinate representation of color #DC2FC0: hue angle of 309.71º 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 #DC2FC0 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 192 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.14 |
| HSL | 309.71º | 0.71% | 0.52% | - |
| HSV(B) | 309.71º | 0.79% | 0.86% | - |
| XYZ | 40.05 | 21.05 | 51.82 | - |
| YUV | 115.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 192 | 0 | 0.79 | 0.13 | 0.14 | 309.71 | 0.71 | 0.52 |
| Hex | DC | 2F | C0 | 0 | 4F | D | E | 136 | 47 | 34 |
| Octal | 334 | 57 | 300 | 0 | 117 | 15 | 16 | 466 | 107 | 64 |
| Binary | 11011100 | 101111 | 11000000 | 0 | 1001111 | 1101 | 1110 | 100110110 | 1000111 | 110100 |
Color Harmonies of #DC2FC0
Complementary color
Monochromatic Colors of #DC2FC0
Black with #DC2FC0
Text Example
Text Example
White with #DC2FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FC0; }
p { color: rgb(220,47,192); }
H1.HeaderClassName
{
color: #DC2FC0;
}
.AnyTagClassName
{
color: #DC2FC0;
}
</style>
background-color css
<style>
a { background-color: #DC2FC0; }
a { background-color: rgb(220,47,192); }
div.DivClassName
{
background-color: #DC2FC0;
}
.BgClassName
{
background-color: #DC2FC0;
}
</style>
border-color css
<style>
span { border-color: #DC2FC0; }
span { border-color: rgb(220,47,192); }
td.TdClassName
{
border-color: #DC2FC0;
}
.TagClassName
{
border-color: #DC2FC0;
}
</style>