Shades of Razzle Dazzle Rose #D828C5
Tints of Razzle Dazzle Rose #D828C5
RGB
CMYK
RGB Variations
Color information
#D828C5 (or 0xD828C5) is known color: Razzle Dazzle Rose. HEX triplet: D8, 28 and C5. RGB value is (216,40,197). Sum of RGB (Red+Green+Blue) = 216+40+197=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D828C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828C5 is #27D73A. Grayscale: #6E6E6E. Windows color (decimal): -2611003 or 12921048. OLE color: 12921048.
HSL color Cylindrical-coordinate representation of color #D828C5: hue angle of 306.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828C5 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 197 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.15 |
| HSL | 306.48º | 0.69% | 0.5% | - |
| HSV(B) | 306.48º | 0.81% | 0.85% | - |
| XYZ | 39.16 | 20.15 | 54.65 | - |
| YUV | 110.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 197 | 0 | 0.81 | 0.09 | 0.15 | 306.48 | 0.69 | 0.5 |
| Hex | D8 | 28 | C5 | 0 | 51 | 9 | F | 132 | 45 | 32 |
| Octal | 330 | 50 | 305 | 0 | 121 | 11 | 17 | 462 | 105 | 62 |
| Binary | 11011000 | 101000 | 11000101 | 0 | 1010001 | 1001 | 1111 | 100110010 | 1000101 | 110010 |
Color Harmonies of #D828C5
Complementary color
Monochromatic Colors of #D828C5
Black with #D828C5
Text Example
Text Example
White with #D828C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828C5; }
p { color: rgb(216,40,197); }
H1.HeaderClassName
{
color: #D828C5;
}
.AnyTagClassName
{
color: #D828C5;
}
</style>
background-color css
<style>
a { background-color: #D828C5; }
a { background-color: rgb(216,40,197); }
div.DivClassName
{
background-color: #D828C5;
}
.BgClassName
{
background-color: #D828C5;
}
</style>
border-color css
<style>
span { border-color: #D828C5; }
span { border-color: rgb(216,40,197); }
td.TdClassName
{
border-color: #D828C5;
}
.TagClassName
{
border-color: #D828C5;
}
</style>