Shades of Razzle Dazzle Rose #DD27CB
Tints of Razzle Dazzle Rose #DD27CB
RGB
CMYK
RGB Variations
Color information
#DD27CB (or 0xDD27CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 27 and CB. RGB value is (221,39,203). Sum of RGB (Red+Green+Blue) = 221+39+203=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27CB is #22D834. Grayscale: #6F6F6F. Windows color (decimal): -2283573 or 13314013. OLE color: 13314013.
HSL color Cylindrical-coordinate representation of color #DD27CB: hue angle of 305.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD27CB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 203 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.13 |
| HSL | 305.93º | 0.73% | 0.51% | - |
| HSV(B) | 305.93º | 0.82% | 0.87% | - |
| XYZ | 41.32 | 21.13 | 58.4 | - |
| YUV | 112.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 203 | 0 | 0.82 | 0.08 | 0.13 | 305.93 | 0.73 | 0.51 |
| Hex | DD | 27 | CB | 0 | 52 | 8 | D | 132 | 49 | 33 |
| Octal | 335 | 47 | 313 | 0 | 122 | 10 | 15 | 462 | 111 | 63 |
| Binary | 11011101 | 100111 | 11001011 | 0 | 1010010 | 1000 | 1101 | 100110010 | 1001001 | 110011 |
Color Harmonies of #DD27CB
Complementary color
Monochromatic Colors of #DD27CB
Black with #DD27CB
Text Example
Text Example
White with #DD27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27CB; }
p { color: rgb(221,39,203); }
H1.HeaderClassName
{
color: #DD27CB;
}
.AnyTagClassName
{
color: #DD27CB;
}
</style>
background-color css
<style>
a { background-color: #DD27CB; }
a { background-color: rgb(221,39,203); }
div.DivClassName
{
background-color: #DD27CB;
}
.BgClassName
{
background-color: #DD27CB;
}
</style>
border-color css
<style>
span { border-color: #DD27CB; }
span { border-color: rgb(221,39,203); }
td.TdClassName
{
border-color: #DD27CB;
}
.TagClassName
{
border-color: #DD27CB;
}
</style>