Shades of Razzle Dazzle Rose #D928C9
Tints of Razzle Dazzle Rose #D928C9
RGB
CMYK
RGB Variations
Color information
#D928C9 (or 0xD928C9) is known color: Razzle Dazzle Rose. HEX triplet: D9, 28 and C9. RGB value is (217,40,201). Sum of RGB (Red+Green+Blue) = 217+40+201=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D928C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928C9 is #26D736. Grayscale: #6E6E6E. Windows color (decimal): -2545463 or 13183193. OLE color: 13183193.
HSL color Cylindrical-coordinate representation of color #D928C9: hue angle of 305.42º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928C9 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 201 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.15 |
| HSL | 305.42º | 0.7% | 0.5% | - |
| HSV(B) | 305.42º | 0.82% | 0.85% | - |
| XYZ | 39.92 | 20.49 | 57.11 | - |
| YUV | 111.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 201 | 0 | 0.82 | 0.07 | 0.15 | 305.42 | 0.7 | 0.5 |
| Hex | D9 | 28 | C9 | 0 | 52 | 7 | F | 131 | 46 | 32 |
| Octal | 331 | 50 | 311 | 0 | 122 | 7 | 17 | 461 | 106 | 62 |
| Binary | 11011001 | 101000 | 11001001 | 0 | 1010010 | 111 | 1111 | 100110001 | 1000110 | 110010 |
Color Harmonies of #D928C9
Complementary color
Monochromatic Colors of #D928C9
Black with #D928C9
Text Example
Text Example
White with #D928C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928C9; }
p { color: rgb(217,40,201); }
H1.HeaderClassName
{
color: #D928C9;
}
.AnyTagClassName
{
color: #D928C9;
}
</style>
background-color css
<style>
a { background-color: #D928C9; }
a { background-color: rgb(217,40,201); }
div.DivClassName
{
background-color: #D928C9;
}
.BgClassName
{
background-color: #D928C9;
}
</style>
border-color css
<style>
span { border-color: #D928C9; }
span { border-color: rgb(217,40,201); }
td.TdClassName
{
border-color: #D928C9;
}
.TagClassName
{
border-color: #D928C9;
}
</style>