Shades of Razzle Dazzle Rose #D928CC
Tints of Razzle Dazzle Rose #D928CC
RGB
CMYK
RGB Variations
Color information
#D928CC (or 0xD928CC) is known color: Razzle Dazzle Rose. HEX triplet: D9, 28 and CC. RGB value is (217,40,204). Sum of RGB (Red+Green+Blue) = 217+40+204=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D928CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928CC is #26D733. Grayscale: #6F6F6F. Windows color (decimal): -2545460 or 13379801. OLE color: 13379801.
HSL color Cylindrical-coordinate representation of color #D928CC: hue angle of 304.41º 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 #D928CC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 204 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.15 |
| HSL | 304.41º | 0.7% | 0.5% | - |
| HSV(B) | 304.41º | 0.82% | 0.85% | - |
| XYZ | 40.27 | 20.63 | 58.99 | - |
| YUV | 111.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 204 | 0 | 0.82 | 0.06 | 0.15 | 304.41 | 0.7 | 0.5 |
| Hex | D9 | 28 | CC | 0 | 52 | 6 | F | 130 | 46 | 32 |
| Octal | 331 | 50 | 314 | 0 | 122 | 6 | 17 | 460 | 106 | 62 |
| Binary | 11011001 | 101000 | 11001100 | 0 | 1010010 | 110 | 1111 | 100110000 | 1000110 | 110010 |
Color Harmonies of #D928CC
Complementary color
Monochromatic Colors of #D928CC
Black with #D928CC
Text Example
Text Example
White with #D928CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928CC; }
p { color: rgb(217,40,204); }
H1.HeaderClassName
{
color: #D928CC;
}
.AnyTagClassName
{
color: #D928CC;
}
</style>
background-color css
<style>
a { background-color: #D928CC; }
a { background-color: rgb(217,40,204); }
div.DivClassName
{
background-color: #D928CC;
}
.BgClassName
{
background-color: #D928CC;
}
</style>
border-color css
<style>
span { border-color: #D928CC; }
span { border-color: rgb(217,40,204); }
td.TdClassName
{
border-color: #D928CC;
}
.TagClassName
{
border-color: #D928CC;
}
</style>