Shades of Razzle Dazzle Rose #DD37CF
Tints of Razzle Dazzle Rose #DD37CF
RGB
CMYK
RGB Variations
Color information
#DD37CF (or 0xDD37CF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and CF. RGB value is (221,55,207). Sum of RGB (Red+Green+Blue) = 221+55+207=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37CF is #22C830. Grayscale: #797979. Windows color (decimal): -2279473 or 13580253. OLE color: 13580253.
HSL color Cylindrical-coordinate representation of color #DD37CF: hue angle of 305.06º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD37CF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 207 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.13 |
| HSL | 305.06º | 0.71% | 0.54% | - |
| HSV(B) | 305.06º | 0.75% | 0.87% | - |
| XYZ | 42.45 | 22.61 | 61.16 | - |
| YUV | 121.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 207 | 0 | 0.75 | 0.06 | 0.13 | 305.06 | 0.71 | 0.54 |
| Hex | DD | 37 | CF | 0 | 4B | 6 | D | 131 | 47 | 36 |
| Octal | 335 | 67 | 317 | 0 | 113 | 6 | 15 | 461 | 107 | 66 |
| Binary | 11011101 | 110111 | 11001111 | 0 | 1001011 | 110 | 1101 | 100110001 | 1000111 | 110110 |
Color Harmonies of #DD37CF
Complementary color
Monochromatic Colors of #DD37CF
Black with #DD37CF
Text Example
Text Example
White with #DD37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37CF; }
p { color: rgb(221,55,207); }
H1.HeaderClassName
{
color: #DD37CF;
}
.AnyTagClassName
{
color: #DD37CF;
}
</style>
background-color css
<style>
a { background-color: #DD37CF; }
a { background-color: rgb(221,55,207); }
div.DivClassName
{
background-color: #DD37CF;
}
.BgClassName
{
background-color: #DD37CF;
}
</style>
border-color css
<style>
span { border-color: #DD37CF; }
span { border-color: rgb(221,55,207); }
td.TdClassName
{
border-color: #DD37CF;
}
.TagClassName
{
border-color: #DD37CF;
}
</style>