Shades of Razzle Dazzle Rose #DA33BA
Tints of Razzle Dazzle Rose #DA33BA
RGB
CMYK
RGB Variations
Color information
#DA33BA (or 0xDA33BA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 33 and BA. RGB value is (218,51,186). Sum of RGB (Red+Green+Blue) = 218+51+186=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33BA is #25CC45. Grayscale: #737373. Windows color (decimal): -2477126 or 12202970. OLE color: 12202970.
HSL color Cylindrical-coordinate representation of color #DA33BA: hue angle of 311.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA33BA is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 186 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.15 |
| HSL | 311.5º | 0.69% | 0.53% | - |
| HSV(B) | 311.5º | 0.77% | 0.85% | - |
| XYZ | 38.96 | 20.82 | 48.42 | - |
| YUV | 116.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 186 | 0 | 0.77 | 0.15 | 0.15 | 311.5 | 0.69 | 0.53 |
| Hex | DA | 33 | BA | 0 | 4D | F | F | 137 | 45 | 35 |
| Octal | 332 | 63 | 272 | 0 | 115 | 17 | 17 | 467 | 105 | 65 |
| Binary | 11011010 | 110011 | 10111010 | 0 | 1001101 | 1111 | 1111 | 100110111 | 1000101 | 110101 |
Color Harmonies of #DA33BA
Complementary color
Monochromatic Colors of #DA33BA
Black with #DA33BA
Text Example
Text Example
White with #DA33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA33BA; }
p { color: rgb(218,51,186); }
H1.HeaderClassName
{
color: #DA33BA;
}
.AnyTagClassName
{
color: #DA33BA;
}
</style>
background-color css
<style>
a { background-color: #DA33BA; }
a { background-color: rgb(218,51,186); }
div.DivClassName
{
background-color: #DA33BA;
}
.BgClassName
{
background-color: #DA33BA;
}
</style>
border-color css
<style>
span { border-color: #DA33BA; }
span { border-color: rgb(218,51,186); }
td.TdClassName
{
border-color: #DA33BA;
}
.TagClassName
{
border-color: #DA33BA;
}
</style>