Shades of Razzle Dazzle Rose #DD31CB
Tints of Razzle Dazzle Rose #DD31CB
RGB
CMYK
RGB Variations
Color information
#DD31CB (or 0xDD31CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and CB. RGB value is (221,49,203). Sum of RGB (Red+Green+Blue) = 221+49+203=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31CB is #22CE34. Grayscale: #757575. Windows color (decimal): -2281013 or 13316573. OLE color: 13316573.
HSL color Cylindrical-coordinate representation of color #DD31CB: hue angle of 306.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31CB is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 203 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.13 |
| HSL | 306.28º | 0.72% | 0.53% | - |
| HSV(B) | 306.28º | 0.78% | 0.87% | - |
| XYZ | 41.7 | 21.88 | 58.53 | - |
| YUV | 117.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 203 | 0 | 0.78 | 0.08 | 0.13 | 306.28 | 0.72 | 0.53 |
| Hex | DD | 31 | CB | 0 | 4E | 8 | D | 132 | 48 | 35 |
| Octal | 335 | 61 | 313 | 0 | 116 | 10 | 15 | 462 | 110 | 65 |
| Binary | 11011101 | 110001 | 11001011 | 0 | 1001110 | 1000 | 1101 | 100110010 | 1001000 | 110101 |
Color Harmonies of #DD31CB
Complementary color
Monochromatic Colors of #DD31CB
Black with #DD31CB
Text Example
Text Example
White with #DD31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31CB; }
p { color: rgb(221,49,203); }
H1.HeaderClassName
{
color: #DD31CB;
}
.AnyTagClassName
{
color: #DD31CB;
}
</style>
background-color css
<style>
a { background-color: #DD31CB; }
a { background-color: rgb(221,49,203); }
div.DivClassName
{
background-color: #DD31CB;
}
.BgClassName
{
background-color: #DD31CB;
}
</style>
border-color css
<style>
span { border-color: #DD31CB; }
span { border-color: rgb(221,49,203); }
td.TdClassName
{
border-color: #DD31CB;
}
.TagClassName
{
border-color: #DD31CB;
}
</style>