Shades of Razzle Dazzle Rose #D929C5
Tints of Razzle Dazzle Rose #D929C5
RGB
CMYK
RGB Variations
Color information
#D929C5 (or 0xD929C5) is known color: Razzle Dazzle Rose. HEX triplet: D9, 29 and C5. RGB value is (217,41,197). Sum of RGB (Red+Green+Blue) = 217+41+197=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D929C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929C5 is #26D63A. Grayscale: #6E6E6E. Windows color (decimal): -2545211 or 12921305. OLE color: 12921305.
HSL color Cylindrical-coordinate representation of color #D929C5: hue angle of 306.82º 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 #D929C5 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 197 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.15 |
| HSL | 306.82º | 0.7% | 0.51% | - |
| HSV(B) | 306.82º | 0.81% | 0.85% | - |
| XYZ | 39.49 | 20.37 | 54.67 | - |
| YUV | 111.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 197 | 0 | 0.81 | 0.09 | 0.15 | 306.82 | 0.7 | 0.51 |
| Hex | D9 | 29 | C5 | 0 | 51 | 9 | F | 133 | 46 | 33 |
| Octal | 331 | 51 | 305 | 0 | 121 | 11 | 17 | 463 | 106 | 63 |
| Binary | 11011001 | 101001 | 11000101 | 0 | 1010001 | 1001 | 1111 | 100110011 | 1000110 | 110011 |
Color Harmonies of #D929C5
Complementary color
Monochromatic Colors of #D929C5
Black with #D929C5
Text Example
Text Example
White with #D929C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929C5; }
p { color: rgb(217,41,197); }
H1.HeaderClassName
{
color: #D929C5;
}
.AnyTagClassName
{
color: #D929C5;
}
</style>
background-color css
<style>
a { background-color: #D929C5; }
a { background-color: rgb(217,41,197); }
div.DivClassName
{
background-color: #D929C5;
}
.BgClassName
{
background-color: #D929C5;
}
</style>
border-color css
<style>
span { border-color: #D929C5; }
span { border-color: rgb(217,41,197); }
td.TdClassName
{
border-color: #D929C5;
}
.TagClassName
{
border-color: #D929C5;
}
</style>