Shades of Razzle Dazzle Rose #DD26CB
Tints of Razzle Dazzle Rose #DD26CB
RGB
CMYK
RGB Variations
Color information
#DD26CB (or 0xDD26CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 26 and CB. RGB value is (221,38,203). Sum of RGB (Red+Green+Blue) = 221+38+203=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26CB is #22D934. Grayscale: #6F6F6F. Windows color (decimal): -2283829 or 13313757. OLE color: 13313757.
HSL color Cylindrical-coordinate representation of color #DD26CB: hue angle of 305.9º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD26CB is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 203 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.13 |
| HSL | 305.9º | 0.73% | 0.51% | - |
| HSV(B) | 305.9º | 0.83% | 0.87% | - |
| XYZ | 41.29 | 21.07 | 58.39 | - |
| YUV | 111.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 203 | 0 | 0.83 | 0.08 | 0.13 | 305.9 | 0.73 | 0.51 |
| Hex | DD | 26 | CB | 0 | 53 | 8 | D | 132 | 49 | 33 |
| Octal | 335 | 46 | 313 | 0 | 123 | 10 | 15 | 462 | 111 | 63 |
| Binary | 11011101 | 100110 | 11001011 | 0 | 1010011 | 1000 | 1101 | 100110010 | 1001001 | 110011 |
Color Harmonies of #DD26CB
Complementary color
Monochromatic Colors of #DD26CB
Black with #DD26CB
Text Example
Text Example
White with #DD26CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26CB; }
p { color: rgb(221,38,203); }
H1.HeaderClassName
{
color: #DD26CB;
}
.AnyTagClassName
{
color: #DD26CB;
}
</style>
background-color css
<style>
a { background-color: #DD26CB; }
a { background-color: rgb(221,38,203); }
div.DivClassName
{
background-color: #DD26CB;
}
.BgClassName
{
background-color: #DD26CB;
}
</style>
border-color css
<style>
span { border-color: #DD26CB; }
span { border-color: rgb(221,38,203); }
td.TdClassName
{
border-color: #DD26CB;
}
.TagClassName
{
border-color: #DD26CB;
}
</style>