Shades of Razzle Dazzle Rose #D928C8
Tints of Razzle Dazzle Rose #D928C8
RGB
CMYK
RGB Variations
Color information
#D928C8 (or 0xD928C8) is known color: Razzle Dazzle Rose. HEX triplet: D9, 28 and C8. RGB value is (217,40,200). Sum of RGB (Red+Green+Blue) = 217+40+200=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D928C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928C8 is #26D737. Grayscale: #6E6E6E. Windows color (decimal): -2545464 or 13117657. OLE color: 13117657.
HSL color Cylindrical-coordinate representation of color #D928C8: hue angle of 305.76º 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 #D928C8 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 200 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.15 |
| HSL | 305.76º | 0.7% | 0.5% | - |
| HSV(B) | 305.76º | 0.82% | 0.85% | - |
| XYZ | 39.8 | 20.44 | 56.49 | - |
| YUV | 111.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 200 | 0 | 0.82 | 0.08 | 0.15 | 305.76 | 0.7 | 0.5 |
| Hex | D9 | 28 | C8 | 0 | 52 | 8 | F | 132 | 46 | 32 |
| Octal | 331 | 50 | 310 | 0 | 122 | 10 | 17 | 462 | 106 | 62 |
| Binary | 11011001 | 101000 | 11001000 | 0 | 1010010 | 1000 | 1111 | 100110010 | 1000110 | 110010 |
Color Harmonies of #D928C8
Complementary color
Monochromatic Colors of #D928C8
Black with #D928C8
Text Example
Text Example
White with #D928C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928C8; }
p { color: rgb(217,40,200); }
H1.HeaderClassName
{
color: #D928C8;
}
.AnyTagClassName
{
color: #D928C8;
}
</style>
background-color css
<style>
a { background-color: #D928C8; }
a { background-color: rgb(217,40,200); }
div.DivClassName
{
background-color: #D928C8;
}
.BgClassName
{
background-color: #D928C8;
}
</style>
border-color css
<style>
span { border-color: #D928C8; }
span { border-color: rgb(217,40,200); }
td.TdClassName
{
border-color: #D928C8;
}
.TagClassName
{
border-color: #D928C8;
}
</style>