Shades of Razzle Dazzle Rose #D829C6
Tints of Razzle Dazzle Rose #D829C6
RGB
CMYK
RGB Variations
Color information
#D829C6 (or 0xD829C6) is known color: Razzle Dazzle Rose. HEX triplet: D8, 29 and C6. RGB value is (216,41,198). Sum of RGB (Red+Green+Blue) = 216+41+198=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D829C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829C6 is #27D639. Grayscale: #6E6E6E. Windows color (decimal): -2610746 or 12986840. OLE color: 12986840.
HSL color Cylindrical-coordinate representation of color #D829C6: hue angle of 306.17º 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 #D829C6 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 198 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.15 |
| HSL | 306.17º | 0.69% | 0.5% | - |
| HSV(B) | 306.17º | 0.81% | 0.85% | - |
| XYZ | 39.3 | 20.26 | 55.27 | - |
| YUV | 111.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 198 | 0 | 0.81 | 0.08 | 0.15 | 306.17 | 0.69 | 0.5 |
| Hex | D8 | 29 | C6 | 0 | 51 | 8 | F | 132 | 45 | 32 |
| Octal | 330 | 51 | 306 | 0 | 121 | 10 | 17 | 462 | 105 | 62 |
| Binary | 11011000 | 101001 | 11000110 | 0 | 1010001 | 1000 | 1111 | 100110010 | 1000101 | 110010 |
Color Harmonies of #D829C6
Complementary color
Monochromatic Colors of #D829C6
Black with #D829C6
Text Example
Text Example
White with #D829C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829C6; }
p { color: rgb(216,41,198); }
H1.HeaderClassName
{
color: #D829C6;
}
.AnyTagClassName
{
color: #D829C6;
}
</style>
background-color css
<style>
a { background-color: #D829C6; }
a { background-color: rgb(216,41,198); }
div.DivClassName
{
background-color: #D829C6;
}
.BgClassName
{
background-color: #D829C6;
}
</style>
border-color css
<style>
span { border-color: #D829C6; }
span { border-color: rgb(216,41,198); }
td.TdClassName
{
border-color: #D829C6;
}
.TagClassName
{
border-color: #D829C6;
}
</style>