Shades of Razzle Dazzle Rose #D830CE
Tints of Razzle Dazzle Rose #D830CE
RGB
CMYK
RGB Variations
Color information
#D830CE (or 0xD830CE) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and CE. RGB value is (216,48,206). Sum of RGB (Red+Green+Blue) = 216+48+206=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D830CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830CE is #27CF31. Grayscale: #737373. Windows color (decimal): -2608946 or 13512920. OLE color: 13512920.
HSL color Cylindrical-coordinate representation of color #D830CE: hue angle of 303.57º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D830CE is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 206 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.15 |
| HSL | 303.57º | 0.68% | 0.52% | - |
| HSV(B) | 303.57º | 0.78% | 0.85% | - |
| XYZ | 40.52 | 21.17 | 60.34 | - |
| YUV | 116.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 206 | 0 | 0.78 | 0.05 | 0.15 | 303.57 | 0.68 | 0.52 |
| Hex | D8 | 30 | CE | 0 | 4E | 5 | F | 130 | 44 | 34 |
| Octal | 330 | 60 | 316 | 0 | 116 | 5 | 17 | 460 | 104 | 64 |
| Binary | 11011000 | 110000 | 11001110 | 0 | 1001110 | 101 | 1111 | 100110000 | 1000100 | 110100 |
Color Harmonies of #D830CE
Complementary color
Monochromatic Colors of #D830CE
Black with #D830CE
Text Example
Text Example
White with #D830CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D830CE; }
p { color: rgb(216,48,206); }
H1.HeaderClassName
{
color: #D830CE;
}
.AnyTagClassName
{
color: #D830CE;
}
</style>
background-color css
<style>
a { background-color: #D830CE; }
a { background-color: rgb(216,48,206); }
div.DivClassName
{
background-color: #D830CE;
}
.BgClassName
{
background-color: #D830CE;
}
</style>
border-color css
<style>
span { border-color: #D830CE; }
span { border-color: rgb(216,48,206); }
td.TdClassName
{
border-color: #D830CE;
}
.TagClassName
{
border-color: #D830CE;
}
</style>