Shades of Razzle Dazzle Rose #D828C3
Tints of Razzle Dazzle Rose #D828C3
RGB
CMYK
RGB Variations
Color information
#D828C3 (or 0xD828C3) is known color: Razzle Dazzle Rose. HEX triplet: D8, 28 and C3. RGB value is (216,40,195). Sum of RGB (Red+Green+Blue) = 216+40+195=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D828C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828C3 is #27D73C. Grayscale: #6D6D6D. Windows color (decimal): -2611005 or 12789976. OLE color: 12789976.
HSL color Cylindrical-coordinate representation of color #D828C3: hue angle of 307.16º 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 #D828C3 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 195 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.15 |
| HSL | 307.16º | 0.69% | 0.5% | - |
| HSV(B) | 307.16º | 0.81% | 0.85% | - |
| XYZ | 38.93 | 20.06 | 53.45 | - |
| YUV | 110.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 195 | 0 | 0.81 | 0.10 | 0.15 | 307.16 | 0.69 | 0.5 |
| Hex | D8 | 28 | C3 | 0 | 51 | A | F | 133 | 45 | 32 |
| Octal | 330 | 50 | 303 | 0 | 121 | 12 | 17 | 463 | 105 | 62 |
| Binary | 11011000 | 101000 | 11000011 | 0 | 1010001 | 1010 | 1111 | 100110011 | 1000101 | 110010 |
Color Harmonies of #D828C3
Complementary color
Monochromatic Colors of #D828C3
Black with #D828C3
Text Example
Text Example
White with #D828C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828C3; }
p { color: rgb(216,40,195); }
H1.HeaderClassName
{
color: #D828C3;
}
.AnyTagClassName
{
color: #D828C3;
}
</style>
background-color css
<style>
a { background-color: #D828C3; }
a { background-color: rgb(216,40,195); }
div.DivClassName
{
background-color: #D828C3;
}
.BgClassName
{
background-color: #D828C3;
}
</style>
border-color css
<style>
span { border-color: #D828C3; }
span { border-color: rgb(216,40,195); }
td.TdClassName
{
border-color: #D828C3;
}
.TagClassName
{
border-color: #D828C3;
}
</style>