Shades of Razzle Dazzle Rose #D929C0
Tints of Razzle Dazzle Rose #D929C0
RGB
CMYK
RGB Variations
Color information
#D929C0 (or 0xD929C0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 29 and C0. RGB value is (217,41,192). Sum of RGB (Red+Green+Blue) = 217+41+192=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D929C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929C0 is #26D63F. Grayscale: #6E6E6E. Windows color (decimal): -2545216 or 12593625. OLE color: 12593625.
HSL color Cylindrical-coordinate representation of color #D929C0: hue angle of 308.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929C0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 192 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.15 |
| HSL | 308.52º | 0.7% | 0.51% | - |
| HSV(B) | 308.52º | 0.81% | 0.85% | - |
| XYZ | 38.92 | 20.14 | 51.71 | - |
| YUV | 110.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 192 | 0 | 0.81 | 0.12 | 0.15 | 308.52 | 0.7 | 0.51 |
| Hex | D9 | 29 | C0 | 0 | 51 | C | F | 135 | 46 | 33 |
| Octal | 331 | 51 | 300 | 0 | 121 | 14 | 17 | 465 | 106 | 63 |
| Binary | 11011001 | 101001 | 11000000 | 0 | 1010001 | 1100 | 1111 | 100110101 | 1000110 | 110011 |
Color Harmonies of #D929C0
Complementary color
Monochromatic Colors of #D929C0
Black with #D929C0
Text Example
Text Example
White with #D929C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929C0; }
p { color: rgb(217,41,192); }
H1.HeaderClassName
{
color: #D929C0;
}
.AnyTagClassName
{
color: #D929C0;
}
</style>
background-color css
<style>
a { background-color: #D929C0; }
a { background-color: rgb(217,41,192); }
div.DivClassName
{
background-color: #D929C0;
}
.BgClassName
{
background-color: #D929C0;
}
</style>
border-color css
<style>
span { border-color: #D929C0; }
span { border-color: rgb(217,41,192); }
td.TdClassName
{
border-color: #D929C0;
}
.TagClassName
{
border-color: #D929C0;
}
</style>