Shades of Razzle Dazzle Rose #D832CE
Tints of Razzle Dazzle Rose #D832CE
RGB
CMYK
RGB Variations
Color information
#D832CE (or 0xD832CE) is known color: Razzle Dazzle Rose. HEX triplet: D8, 32 and CE. RGB value is (216,50,206). Sum of RGB (Red+Green+Blue) = 216+50+206=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D832CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832CE is #27CD31. Grayscale: #747474. Windows color (decimal): -2608434 or 13513432. OLE color: 13513432.
HSL color Cylindrical-coordinate representation of color #D832CE: hue angle of 303.61º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D832CE is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 206 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.15 |
| HSL | 303.61º | 0.68% | 0.52% | - |
| HSV(B) | 303.61º | 0.77% | 0.85% | - |
| XYZ | 40.6 | 21.34 | 60.37 | - |
| YUV | 117.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 206 | 0 | 0.77 | 0.05 | 0.15 | 303.61 | 0.68 | 0.52 |
| Hex | D8 | 32 | CE | 0 | 4D | 5 | F | 130 | 44 | 34 |
| Octal | 330 | 62 | 316 | 0 | 115 | 5 | 17 | 460 | 104 | 64 |
| Binary | 11011000 | 110010 | 11001110 | 0 | 1001101 | 101 | 1111 | 100110000 | 1000100 | 110100 |
Color Harmonies of #D832CE
Complementary color
Monochromatic Colors of #D832CE
Black with #D832CE
Text Example
Text Example
White with #D832CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D832CE; }
p { color: rgb(216,50,206); }
H1.HeaderClassName
{
color: #D832CE;
}
.AnyTagClassName
{
color: #D832CE;
}
</style>
background-color css
<style>
a { background-color: #D832CE; }
a { background-color: rgb(216,50,206); }
div.DivClassName
{
background-color: #D832CE;
}
.BgClassName
{
background-color: #D832CE;
}
</style>
border-color css
<style>
span { border-color: #D832CE; }
span { border-color: rgb(216,50,206); }
td.TdClassName
{
border-color: #D832CE;
}
.TagClassName
{
border-color: #D832CE;
}
</style>