Shades of Razzle Dazzle Rose #D833CD
Tints of Razzle Dazzle Rose #D833CD
RGB
CMYK
RGB Variations
Color information
#D833CD (or 0xD833CD) is known color: Razzle Dazzle Rose. HEX triplet: D8, 33 and CD. RGB value is (216,51,205). Sum of RGB (Red+Green+Blue) = 216+51+205=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D833CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D833CD is #27CC32. Grayscale: #757575. Windows color (decimal): -2608179 or 13448152. OLE color: 13448152.
HSL color Cylindrical-coordinate representation of color #D833CD: hue angle of 304º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D833CD is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 205 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.15 |
| HSL | 304º | 0.68% | 0.52% | - |
| HSV(B) | 304º | 0.76% | 0.85% | - |
| XYZ | 40.52 | 21.37 | 59.75 | - |
| YUV | 117.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 205 | 0 | 0.76 | 0.05 | 0.15 | 304 | 0.68 | 0.52 |
| Hex | D8 | 33 | CD | 0 | 4C | 5 | F | 130 | 44 | 34 |
| Octal | 330 | 63 | 315 | 0 | 114 | 5 | 17 | 460 | 104 | 64 |
| Binary | 11011000 | 110011 | 11001101 | 0 | 1001100 | 101 | 1111 | 100110000 | 1000100 | 110100 |
Color Harmonies of #D833CD
Complementary color
Monochromatic Colors of #D833CD
Black with #D833CD
Text Example
Text Example
White with #D833CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D833CD; }
p { color: rgb(216,51,205); }
H1.HeaderClassName
{
color: #D833CD;
}
.AnyTagClassName
{
color: #D833CD;
}
</style>
background-color css
<style>
a { background-color: #D833CD; }
a { background-color: rgb(216,51,205); }
div.DivClassName
{
background-color: #D833CD;
}
.BgClassName
{
background-color: #D833CD;
}
</style>
border-color css
<style>
span { border-color: #D833CD; }
span { border-color: rgb(216,51,205); }
td.TdClassName
{
border-color: #D833CD;
}
.TagClassName
{
border-color: #D833CD;
}
</style>