Shades of Razzle Dazzle Rose #DC2FCE
Tints of Razzle Dazzle Rose #DC2FCE
RGB
CMYK
RGB Variations
Color information
#DC2FCE (or 0xDC2FCE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and CE. RGB value is (220,47,206). Sum of RGB (Red+Green+Blue) = 220+47+206=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FCE is #23D031. Grayscale: #747474. Windows color (decimal): -2347058 or 13512668. OLE color: 13512668.
HSL color Cylindrical-coordinate representation of color #DC2FCE: hue angle of 304.86º 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 #DC2FCE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 206 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.14 |
| HSL | 304.86º | 0.71% | 0.52% | - |
| HSV(B) | 304.86º | 0.79% | 0.86% | - |
| XYZ | 41.67 | 21.7 | 60.39 | - |
| YUV | 116.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 206 | 0 | 0.79 | 0.06 | 0.14 | 304.86 | 0.71 | 0.52 |
| Hex | DC | 2F | CE | 0 | 4F | 6 | E | 131 | 47 | 34 |
| Octal | 334 | 57 | 316 | 0 | 117 | 6 | 16 | 461 | 107 | 64 |
| Binary | 11011100 | 101111 | 11001110 | 0 | 1001111 | 110 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DC2FCE
Complementary color
Monochromatic Colors of #DC2FCE
Black with #DC2FCE
Text Example
Text Example
White with #DC2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FCE; }
p { color: rgb(220,47,206); }
H1.HeaderClassName
{
color: #DC2FCE;
}
.AnyTagClassName
{
color: #DC2FCE;
}
</style>
background-color css
<style>
a { background-color: #DC2FCE; }
a { background-color: rgb(220,47,206); }
div.DivClassName
{
background-color: #DC2FCE;
}
.BgClassName
{
background-color: #DC2FCE;
}
</style>
border-color css
<style>
span { border-color: #DC2FCE; }
span { border-color: rgb(220,47,206); }
td.TdClassName
{
border-color: #DC2FCE;
}
.TagClassName
{
border-color: #DC2FCE;
}
</style>