Shades of Razzle Dazzle Rose #DD3EBA
Tints of Razzle Dazzle Rose #DD3EBA
RGB
CMYK
RGB Variations
Color information
#DD3EBA (or 0xDD3EBA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3E and BA. RGB value is (221,62,186). Sum of RGB (Red+Green+Blue) = 221+62+186=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3EBA is #22C145. Grayscale: #7B7B7B. Windows color (decimal): -2277702 or 12205789. OLE color: 12205789.
HSL color Cylindrical-coordinate representation of color #DD3EBA: hue angle of 313.21º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3EBA is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 186 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.13 |
| HSL | 313.21º | 0.7% | 0.55% | - |
| HSV(B) | 313.21º | 0.72% | 0.87% | - |
| XYZ | 40.4 | 22.36 | 48.64 | - |
| YUV | 123.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 186 | 0 | 0.72 | 0.16 | 0.13 | 313.21 | 0.7 | 0.55 |
| Hex | DD | 3E | BA | 0 | 48 | 10 | D | 139 | 46 | 37 |
| Octal | 335 | 76 | 272 | 0 | 110 | 20 | 15 | 471 | 106 | 67 |
| Binary | 11011101 | 111110 | 10111010 | 0 | 1001000 | 10000 | 1101 | 100111001 | 1000110 | 110111 |
Color Harmonies of #DD3EBA
Complementary color
Monochromatic Colors of #DD3EBA
Black with #DD3EBA
Text Example
Text Example
White with #DD3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3EBA; }
p { color: rgb(221,62,186); }
H1.HeaderClassName
{
color: #DD3EBA;
}
.AnyTagClassName
{
color: #DD3EBA;
}
</style>
background-color css
<style>
a { background-color: #DD3EBA; }
a { background-color: rgb(221,62,186); }
div.DivClassName
{
background-color: #DD3EBA;
}
.BgClassName
{
background-color: #DD3EBA;
}
</style>
border-color css
<style>
span { border-color: #DD3EBA; }
span { border-color: rgb(221,62,186); }
td.TdClassName
{
border-color: #DD3EBA;
}
.TagClassName
{
border-color: #DD3EBA;
}
</style>