Shades of Razzle Dazzle Rose #DD2FDB
Tints of Razzle Dazzle Rose #DD2FDB
RGB
CMYK
RGB Variations
Color information
#DD2FDB (or 0xDD2FDB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2F and DB. RGB value is (221,47,219). Sum of RGB (Red+Green+Blue) = 221+47+219=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2FDB is #22D024. Grayscale: #767676. Windows color (decimal): -2281509 or 14364637. OLE color: 14364637.
HSL color Cylindrical-coordinate representation of color #DD2FDB: hue angle of 300.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2FDB is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 219 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.13 |
| HSL | 300.69º | 0.72% | 0.53% | - |
| HSV(B) | 300.69º | 0.79% | 0.87% | - |
| XYZ | 43.62 | 22.52 | 69.07 | - |
| YUV | 118.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 219 | 0 | 0.79 | 0.01 | 0.13 | 300.69 | 0.72 | 0.53 |
| Hex | DD | 2F | DB | 0 | 4F | 1 | D | 12D | 48 | 35 |
| Octal | 335 | 57 | 333 | 0 | 117 | 1 | 15 | 455 | 110 | 65 |
| Binary | 11011101 | 101111 | 11011011 | 0 | 1001111 | 1 | 1101 | 100101101 | 1001000 | 110101 |
Color Harmonies of #DD2FDB
Complementary color
Monochromatic Colors of #DD2FDB
Black with #DD2FDB
Text Example
Text Example
White with #DD2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2FDB; }
p { color: rgb(221,47,219); }
H1.HeaderClassName
{
color: #DD2FDB;
}
.AnyTagClassName
{
color: #DD2FDB;
}
</style>
background-color css
<style>
a { background-color: #DD2FDB; }
a { background-color: rgb(221,47,219); }
div.DivClassName
{
background-color: #DD2FDB;
}
.BgClassName
{
background-color: #DD2FDB;
}
</style>
border-color css
<style>
span { border-color: #DD2FDB; }
span { border-color: rgb(221,47,219); }
td.TdClassName
{
border-color: #DD2FDB;
}
.TagClassName
{
border-color: #DD2FDB;
}
</style>