Shades of Razzle Dazzle Rose #D929D0
Tints of Razzle Dazzle Rose #D929D0
RGB
CMYK
RGB Variations
Color information
#D929D0 (or 0xD929D0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 29 and D0. RGB value is (217,41,208). Sum of RGB (Red+Green+Blue) = 217+41+208=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D929D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929D0 is #26D62F. Grayscale: #707070. Windows color (decimal): -2545200 or 13642201. OLE color: 13642201.
HSL color Cylindrical-coordinate representation of color #D929D0: hue angle of 303.07º 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 #D929D0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 208 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.15 |
| HSL | 303.07º | 0.7% | 0.51% | - |
| HSV(B) | 303.07º | 0.81% | 0.85% | - |
| XYZ | 40.79 | 20.89 | 61.56 | - |
| YUV | 112.66 | 181.81 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 208 | 0 | 0.81 | 0.04 | 0.15 | 303.07 | 0.7 | 0.51 |
| Hex | D9 | 29 | D0 | 0 | 51 | 4 | F | 12F | 46 | 33 |
| Octal | 331 | 51 | 320 | 0 | 121 | 4 | 17 | 457 | 106 | 63 |
| Binary | 11011001 | 101001 | 11010000 | 0 | 1010001 | 100 | 1111 | 100101111 | 1000110 | 110011 |
Color Harmonies of #D929D0
Complementary color
Monochromatic Colors of #D929D0
Black with #D929D0
Text Example
Text Example
White with #D929D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929D0; }
p { color: rgb(217,41,208); }
H1.HeaderClassName
{
color: #D929D0;
}
.AnyTagClassName
{
color: #D929D0;
}
</style>
background-color css
<style>
a { background-color: #D929D0; }
a { background-color: rgb(217,41,208); }
div.DivClassName
{
background-color: #D929D0;
}
.BgClassName
{
background-color: #D929D0;
}
</style>
border-color css
<style>
span { border-color: #D929D0; }
span { border-color: rgb(217,41,208); }
td.TdClassName
{
border-color: #D929D0;
}
.TagClassName
{
border-color: #D929D0;
}
</style>