Shades of Razzle Dazzle Rose #D62BBE
Tints of Razzle Dazzle Rose #D62BBE
RGB
CMYK
RGB Variations
Color information
#D62BBE (or 0xD62BBE) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2B and BE. RGB value is (214,43,190). Sum of RGB (Red+Green+Blue) = 214+43+190=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62BBE is #29D441. Grayscale: #6E6E6E. Windows color (decimal): -2741314 or 12463062. OLE color: 12463062.
HSL color Cylindrical-coordinate representation of color #D62BBE: hue angle of 308.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62BBE is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 190 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.16 |
| HSL | 308.42º | 0.68% | 0.5% | - |
| HSV(B) | 308.42º | 0.8% | 0.84% | - |
| XYZ | 37.89 | 19.74 | 50.53 | - |
| YUV | 110.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 190 | 0 | 0.80 | 0.11 | 0.16 | 308.42 | 0.68 | 0.5 |
| Hex | D6 | 2B | BE | 0 | 50 | B | 10 | 134 | 44 | 32 |
| Octal | 326 | 53 | 276 | 0 | 120 | 13 | 20 | 464 | 104 | 62 |
| Binary | 11010110 | 101011 | 10111110 | 0 | 1010000 | 1011 | 10000 | 100110100 | 1000100 | 110010 |
Color Harmonies of #D62BBE
Complementary color
Monochromatic Colors of #D62BBE
Black with #D62BBE
Text Example
Text Example
White with #D62BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BBE; }
p { color: rgb(214,43,190); }
H1.HeaderClassName
{
color: #D62BBE;
}
.AnyTagClassName
{
color: #D62BBE;
}
</style>
background-color css
<style>
a { background-color: #D62BBE; }
a { background-color: rgb(214,43,190); }
div.DivClassName
{
background-color: #D62BBE;
}
.BgClassName
{
background-color: #D62BBE;
}
</style>
border-color css
<style>
span { border-color: #D62BBE; }
span { border-color: rgb(214,43,190); }
td.TdClassName
{
border-color: #D62BBE;
}
.TagClassName
{
border-color: #D62BBE;
}
</style>