Shades of Razzle Dazzle Rose #DD33D0
Tints of Razzle Dazzle Rose #DD33D0
RGB
CMYK
RGB Variations
Color information
#DD33D0 (or 0xDD33D0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and D0. RGB value is (221,51,208). Sum of RGB (Red+Green+Blue) = 221+51+208=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D0 is #22CC2F. Grayscale: #777777. Windows color (decimal): -2280496 or 13644765. OLE color: 13644765.
HSL color Cylindrical-coordinate representation of color #DD33D0: hue angle of 304.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33D0 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 208 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.13 |
| HSL | 304.59º | 0.71% | 0.53% | - |
| HSV(B) | 304.59º | 0.77% | 0.87% | - |
| XYZ | 42.39 | 22.29 | 61.74 | - |
| YUV | 119.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 208 | 0 | 0.77 | 0.06 | 0.13 | 304.59 | 0.71 | 0.53 |
| Hex | DD | 33 | D0 | 0 | 4D | 6 | D | 131 | 47 | 35 |
| Octal | 335 | 63 | 320 | 0 | 115 | 6 | 15 | 461 | 107 | 65 |
| Binary | 11011101 | 110011 | 11010000 | 0 | 1001101 | 110 | 1101 | 100110001 | 1000111 | 110101 |
Color Harmonies of #DD33D0
Complementary color
Monochromatic Colors of #DD33D0
Black with #DD33D0
Text Example
Text Example
White with #DD33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33D0; }
p { color: rgb(221,51,208); }
H1.HeaderClassName
{
color: #DD33D0;
}
.AnyTagClassName
{
color: #DD33D0;
}
</style>
background-color css
<style>
a { background-color: #DD33D0; }
a { background-color: rgb(221,51,208); }
div.DivClassName
{
background-color: #DD33D0;
}
.BgClassName
{
background-color: #DD33D0;
}
</style>
border-color css
<style>
span { border-color: #DD33D0; }
span { border-color: rgb(221,51,208); }
td.TdClassName
{
border-color: #DD33D0;
}
.TagClassName
{
border-color: #DD33D0;
}
</style>