Shades of Razzle Dazzle Rose #D62ECE
Tints of Razzle Dazzle Rose #D62ECE
RGB
CMYK
RGB Variations
Color information
#D62ECE (or 0xD62ECE) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2E and CE. RGB value is (214,46,206). Sum of RGB (Red+Green+Blue) = 214+46+206=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D62ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62ECE is #29D131. Grayscale: #727272. Windows color (decimal): -2740530 or 13512406. OLE color: 13512406.
HSL color Cylindrical-coordinate representation of color #D62ECE: hue angle of 302.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62ECE is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 206 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.16 |
| HSL | 302.86º | 0.67% | 0.51% | - |
| HSV(B) | 302.86º | 0.79% | 0.84% | - |
| XYZ | 39.85 | 20.71 | 60.29 | - |
| YUV | 114.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 206 | 0 | 0.79 | 0.04 | 0.16 | 302.86 | 0.67 | 0.51 |
| Hex | D6 | 2E | CE | 0 | 4F | 4 | 10 | 12F | 43 | 33 |
| Octal | 326 | 56 | 316 | 0 | 117 | 4 | 20 | 457 | 103 | 63 |
| Binary | 11010110 | 101110 | 11001110 | 0 | 1001111 | 100 | 10000 | 100101111 | 1000011 | 110011 |
Color Harmonies of #D62ECE
Complementary color
Monochromatic Colors of #D62ECE
Black with #D62ECE
Text Example
Text Example
White with #D62ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62ECE; }
p { color: rgb(214,46,206); }
H1.HeaderClassName
{
color: #D62ECE;
}
.AnyTagClassName
{
color: #D62ECE;
}
</style>
background-color css
<style>
a { background-color: #D62ECE; }
a { background-color: rgb(214,46,206); }
div.DivClassName
{
background-color: #D62ECE;
}
.BgClassName
{
background-color: #D62ECE;
}
</style>
border-color css
<style>
span { border-color: #D62ECE; }
span { border-color: rgb(214,46,206); }
td.TdClassName
{
border-color: #D62ECE;
}
.TagClassName
{
border-color: #D62ECE;
}
</style>