Shades of Razzle Dazzle Rose #D928CB
Tints of Razzle Dazzle Rose #D928CB
RGB
CMYK
RGB Variations
Color information
#D928CB (or 0xD928CB) is known color: Razzle Dazzle Rose. HEX triplet: D9, 28 and CB. RGB value is (217,40,203). Sum of RGB (Red+Green+Blue) = 217+40+203=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D928CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928CB is #26D734. Grayscale: #6F6F6F. Windows color (decimal): -2545461 or 13314265. OLE color: 13314265.
HSL color Cylindrical-coordinate representation of color #D928CB: hue angle of 304.75º 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 #D928CB is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 203 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.15 |
| HSL | 304.75º | 0.7% | 0.5% | - |
| HSV(B) | 304.75º | 0.82% | 0.85% | - |
| XYZ | 40.15 | 20.58 | 58.36 | - |
| YUV | 111.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 203 | 0 | 0.82 | 0.06 | 0.15 | 304.75 | 0.7 | 0.5 |
| Hex | D9 | 28 | CB | 0 | 52 | 6 | F | 131 | 46 | 32 |
| Octal | 331 | 50 | 313 | 0 | 122 | 6 | 17 | 461 | 106 | 62 |
| Binary | 11011001 | 101000 | 11001011 | 0 | 1010010 | 110 | 1111 | 100110001 | 1000110 | 110010 |
Color Harmonies of #D928CB
Complementary color
Monochromatic Colors of #D928CB
Black with #D928CB
Text Example
Text Example
White with #D928CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928CB; }
p { color: rgb(217,40,203); }
H1.HeaderClassName
{
color: #D928CB;
}
.AnyTagClassName
{
color: #D928CB;
}
</style>
background-color css
<style>
a { background-color: #D928CB; }
a { background-color: rgb(217,40,203); }
div.DivClassName
{
background-color: #D928CB;
}
.BgClassName
{
background-color: #D928CB;
}
</style>
border-color css
<style>
span { border-color: #D928CB; }
span { border-color: rgb(217,40,203); }
td.TdClassName
{
border-color: #D928CB;
}
.TagClassName
{
border-color: #D928CB;
}
</style>