Shades of Razzle Dazzle Rose #D62DC5
Tints of Razzle Dazzle Rose #D62DC5
RGB
CMYK
RGB Variations
Color information
#D62DC5 (or 0xD62DC5) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2D and C5. RGB value is (214,45,197). Sum of RGB (Red+Green+Blue) = 214+45+197=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DC5 is #29D23A. Grayscale: #707070. Windows color (decimal): -2740795 or 12922326. OLE color: 12922326.
HSL color Cylindrical-coordinate representation of color #D62DC5: hue angle of 306.04º 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 #D62DC5 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 197 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.16 |
| HSL | 306.04º | 0.67% | 0.51% | - |
| HSV(B) | 306.04º | 0.79% | 0.84% | - |
| XYZ | 38.75 | 20.2 | 54.68 | - |
| YUV | 112.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 197 | 0 | 0.79 | 0.08 | 0.16 | 306.04 | 0.67 | 0.51 |
| Hex | D6 | 2D | C5 | 0 | 4F | 8 | 10 | 132 | 43 | 33 |
| Octal | 326 | 55 | 305 | 0 | 117 | 10 | 20 | 462 | 103 | 63 |
| Binary | 11010110 | 101101 | 11000101 | 0 | 1001111 | 1000 | 10000 | 100110010 | 1000011 | 110011 |
Color Harmonies of #D62DC5
Complementary color
Monochromatic Colors of #D62DC5
Black with #D62DC5
Text Example
Text Example
White with #D62DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DC5; }
p { color: rgb(214,45,197); }
H1.HeaderClassName
{
color: #D62DC5;
}
.AnyTagClassName
{
color: #D62DC5;
}
</style>
background-color css
<style>
a { background-color: #D62DC5; }
a { background-color: rgb(214,45,197); }
div.DivClassName
{
background-color: #D62DC5;
}
.BgClassName
{
background-color: #D62DC5;
}
</style>
border-color css
<style>
span { border-color: #D62DC5; }
span { border-color: rgb(214,45,197); }
td.TdClassName
{
border-color: #D62DC5;
}
.TagClassName
{
border-color: #D62DC5;
}
</style>