Shades of Razzle Dazzle Rose #D62EC6
Tints of Razzle Dazzle Rose #D62EC6
RGB
CMYK
RGB Variations
Color information
#D62EC6 (or 0xD62EC6) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2E and C6. RGB value is (214,46,198). Sum of RGB (Red+Green+Blue) = 214+46+198=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62EC6 is #29D139. Grayscale: #717171. Windows color (decimal): -2740538 or 12988118. OLE color: 12988118.
HSL color Cylindrical-coordinate representation of color #D62EC6: hue angle of 305.71º 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 #D62EC6 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 198 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.16 |
| HSL | 305.71º | 0.67% | 0.51% | - |
| HSV(B) | 305.71º | 0.79% | 0.84% | - |
| XYZ | 38.9 | 20.33 | 55.3 | - |
| YUV | 113.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 198 | 0 | 0.79 | 0.07 | 0.16 | 305.71 | 0.67 | 0.51 |
| Hex | D6 | 2E | C6 | 0 | 4F | 7 | 10 | 132 | 43 | 33 |
| Octal | 326 | 56 | 306 | 0 | 117 | 7 | 20 | 462 | 103 | 63 |
| Binary | 11010110 | 101110 | 11000110 | 0 | 1001111 | 111 | 10000 | 100110010 | 1000011 | 110011 |
Color Harmonies of #D62EC6
Complementary color
Monochromatic Colors of #D62EC6
Black with #D62EC6
Text Example
Text Example
White with #D62EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62EC6; }
p { color: rgb(214,46,198); }
H1.HeaderClassName
{
color: #D62EC6;
}
.AnyTagClassName
{
color: #D62EC6;
}
</style>
background-color css
<style>
a { background-color: #D62EC6; }
a { background-color: rgb(214,46,198); }
div.DivClassName
{
background-color: #D62EC6;
}
.BgClassName
{
background-color: #D62EC6;
}
</style>
border-color css
<style>
span { border-color: #D62EC6; }
span { border-color: rgb(214,46,198); }
td.TdClassName
{
border-color: #D62EC6;
}
.TagClassName
{
border-color: #D62EC6;
}
</style>