Shades of Razzle Dazzle Rose #D829BC
Tints of Razzle Dazzle Rose #D829BC
RGB
CMYK
RGB Variations
Color information
#D829BC (or 0xD829BC) is known color: Razzle Dazzle Rose. HEX triplet: D8, 29 and BC. RGB value is (216,41,188). Sum of RGB (Red+Green+Blue) = 216+41+188=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D829BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829BC is #27D643. Grayscale: #6D6D6D. Windows color (decimal): -2610756 or 12331480. OLE color: 12331480.
HSL color Cylindrical-coordinate representation of color #D829BC: hue angle of 309.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829BC is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 188 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.15 |
| HSL | 309.6º | 0.69% | 0.5% | - |
| HSV(B) | 309.6º | 0.81% | 0.85% | - |
| XYZ | 38.19 | 19.82 | 49.39 | - |
| YUV | 110.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 188 | 0 | 0.81 | 0.13 | 0.15 | 309.6 | 0.69 | 0.5 |
| Hex | D8 | 29 | BC | 0 | 51 | D | F | 136 | 45 | 32 |
| Octal | 330 | 51 | 274 | 0 | 121 | 15 | 17 | 466 | 105 | 62 |
| Binary | 11011000 | 101001 | 10111100 | 0 | 1010001 | 1101 | 1111 | 100110110 | 1000101 | 110010 |
Color Harmonies of #D829BC
Complementary color
Monochromatic Colors of #D829BC
Black with #D829BC
Text Example
Text Example
White with #D829BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829BC; }
p { color: rgb(216,41,188); }
H1.HeaderClassName
{
color: #D829BC;
}
.AnyTagClassName
{
color: #D829BC;
}
</style>
background-color css
<style>
a { background-color: #D829BC; }
a { background-color: rgb(216,41,188); }
div.DivClassName
{
background-color: #D829BC;
}
.BgClassName
{
background-color: #D829BC;
}
</style>
border-color css
<style>
span { border-color: #D829BC; }
span { border-color: rgb(216,41,188); }
td.TdClassName
{
border-color: #D829BC;
}
.TagClassName
{
border-color: #D829BC;
}
</style>