Shades of Razzle Dazzle Rose #D62DC2
Tints of Razzle Dazzle Rose #D62DC2
RGB
CMYK
RGB Variations
Color information
#D62DC2 (or 0xD62DC2) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2D and C2. RGB value is (214,45,194). Sum of RGB (Red+Green+Blue) = 214+45+194=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DC2 is #29D23D. Grayscale: #707070. Windows color (decimal): -2740798 or 12725718. OLE color: 12725718.
HSL color Cylindrical-coordinate representation of color #D62DC2: hue angle of 307.1º 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 #D62DC2 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 194 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.16 |
| HSL | 307.1º | 0.67% | 0.51% | - |
| HSV(B) | 307.1º | 0.79% | 0.84% | - |
| XYZ | 38.41 | 20.07 | 52.89 | - |
| YUV | 112.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 194 | 0 | 0.79 | 0.09 | 0.16 | 307.1 | 0.67 | 0.51 |
| Hex | D6 | 2D | C2 | 0 | 4F | 9 | 10 | 133 | 43 | 33 |
| Octal | 326 | 55 | 302 | 0 | 117 | 11 | 20 | 463 | 103 | 63 |
| Binary | 11010110 | 101101 | 11000010 | 0 | 1001111 | 1001 | 10000 | 100110011 | 1000011 | 110011 |
Color Harmonies of #D62DC2
Complementary color
Monochromatic Colors of #D62DC2
Black with #D62DC2
Text Example
Text Example
White with #D62DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DC2; }
p { color: rgb(214,45,194); }
H1.HeaderClassName
{
color: #D62DC2;
}
.AnyTagClassName
{
color: #D62DC2;
}
</style>
background-color css
<style>
a { background-color: #D62DC2; }
a { background-color: rgb(214,45,194); }
div.DivClassName
{
background-color: #D62DC2;
}
.BgClassName
{
background-color: #D62DC2;
}
</style>
border-color css
<style>
span { border-color: #D62DC2; }
span { border-color: rgb(214,45,194); }
td.TdClassName
{
border-color: #D62DC2;
}
.TagClassName
{
border-color: #D62DC2;
}
</style>