Shades of Razzle Dazzle Rose #D831D0
Tints of Razzle Dazzle Rose #D831D0
RGB
CMYK
RGB Variations
Color information
#D831D0 (or 0xD831D0) is known color: Razzle Dazzle Rose. HEX triplet: D8, 31 and D0. RGB value is (216,49,208). Sum of RGB (Red+Green+Blue) = 216+49+208=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D831D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831D0 is #27CE2F. Grayscale: #747474. Windows color (decimal): -2608688 or 13644248. OLE color: 13644248.
HSL color Cylindrical-coordinate representation of color #D831D0: hue angle of 302.87º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D831D0 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 208 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.15 |
| HSL | 302.87º | 0.68% | 0.52% | - |
| HSV(B) | 302.87º | 0.77% | 0.85% | - |
| XYZ | 40.8 | 21.35 | 61.64 | - |
| YUV | 117.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 208 | 0 | 0.77 | 0.04 | 0.15 | 302.87 | 0.68 | 0.52 |
| Hex | D8 | 31 | D0 | 0 | 4D | 4 | F | 12F | 44 | 34 |
| Octal | 330 | 61 | 320 | 0 | 115 | 4 | 17 | 457 | 104 | 64 |
| Binary | 11011000 | 110001 | 11010000 | 0 | 1001101 | 100 | 1111 | 100101111 | 1000100 | 110100 |
Color Harmonies of #D831D0
Complementary color
Monochromatic Colors of #D831D0
Black with #D831D0
Text Example
Text Example
White with #D831D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831D0; }
p { color: rgb(216,49,208); }
H1.HeaderClassName
{
color: #D831D0;
}
.AnyTagClassName
{
color: #D831D0;
}
</style>
background-color css
<style>
a { background-color: #D831D0; }
a { background-color: rgb(216,49,208); }
div.DivClassName
{
background-color: #D831D0;
}
.BgClassName
{
background-color: #D831D0;
}
</style>
border-color css
<style>
span { border-color: #D831D0; }
span { border-color: rgb(216,49,208); }
td.TdClassName
{
border-color: #D831D0;
}
.TagClassName
{
border-color: #D831D0;
}
</style>