Shades of Razzle Dazzle Rose #D832CC
Tints of Razzle Dazzle Rose #D832CC
RGB
CMYK
RGB Variations
Color information
#D832CC (or 0xD832CC) is known color: Razzle Dazzle Rose. HEX triplet: D8, 32 and CC. RGB value is (216,50,204). Sum of RGB (Red+Green+Blue) = 216+50+204=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D832CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832CC is #27CD33. Grayscale: #747474. Windows color (decimal): -2608436 or 13382360. OLE color: 13382360.
HSL color Cylindrical-coordinate representation of color #D832CC: hue angle of 304.34º 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 #D832CC is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 204 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.15 |
| HSL | 304.34º | 0.68% | 0.52% | - |
| HSV(B) | 304.34º | 0.77% | 0.85% | - |
| XYZ | 40.36 | 21.24 | 59.1 | - |
| YUV | 117.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 204 | 0 | 0.77 | 0.06 | 0.15 | 304.34 | 0.68 | 0.52 |
| Hex | D8 | 32 | CC | 0 | 4D | 6 | F | 130 | 44 | 34 |
| Octal | 330 | 62 | 314 | 0 | 115 | 6 | 17 | 460 | 104 | 64 |
| Binary | 11011000 | 110010 | 11001100 | 0 | 1001101 | 110 | 1111 | 100110000 | 1000100 | 110100 |
Color Harmonies of #D832CC
Complementary color
Monochromatic Colors of #D832CC
Black with #D832CC
Text Example
Text Example
White with #D832CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D832CC; }
p { color: rgb(216,50,204); }
H1.HeaderClassName
{
color: #D832CC;
}
.AnyTagClassName
{
color: #D832CC;
}
</style>
background-color css
<style>
a { background-color: #D832CC; }
a { background-color: rgb(216,50,204); }
div.DivClassName
{
background-color: #D832CC;
}
.BgClassName
{
background-color: #D832CC;
}
</style>
border-color css
<style>
span { border-color: #D832CC; }
span { border-color: rgb(216,50,204); }
td.TdClassName
{
border-color: #D832CC;
}
.TagClassName
{
border-color: #D832CC;
}
</style>