Shades of Razzle Dazzle Rose #DA2DBA
Tints of Razzle Dazzle Rose #DA2DBA
RGB
CMYK
RGB Variations
Color information
#DA2DBA (or 0xDA2DBA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2D and BA. RGB value is (218,45,186). Sum of RGB (Red+Green+Blue) = 218+45+186=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2DBA is #25D245. Grayscale: #707070. Windows color (decimal): -2478662 or 12201434. OLE color: 12201434.
HSL color Cylindrical-coordinate representation of color #DA2DBA: hue angle of 311.1º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2DBA is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 186 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.15 |
| HSL | 311.1º | 0.7% | 0.52% | - |
| HSV(B) | 311.1º | 0.79% | 0.85% | - |
| XYZ | 38.71 | 20.33 | 48.34 | - |
| YUV | 112.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 186 | 0 | 0.79 | 0.15 | 0.15 | 311.1 | 0.7 | 0.52 |
| Hex | DA | 2D | BA | 0 | 4F | F | F | 137 | 46 | 34 |
| Octal | 332 | 55 | 272 | 0 | 117 | 17 | 17 | 467 | 106 | 64 |
| Binary | 11011010 | 101101 | 10111010 | 0 | 1001111 | 1111 | 1111 | 100110111 | 1000110 | 110100 |
Color Harmonies of #DA2DBA
Complementary color
Monochromatic Colors of #DA2DBA
Black with #DA2DBA
Text Example
Text Example
White with #DA2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DBA; }
p { color: rgb(218,45,186); }
H1.HeaderClassName
{
color: #DA2DBA;
}
.AnyTagClassName
{
color: #DA2DBA;
}
</style>
background-color css
<style>
a { background-color: #DA2DBA; }
a { background-color: rgb(218,45,186); }
div.DivClassName
{
background-color: #DA2DBA;
}
.BgClassName
{
background-color: #DA2DBA;
}
</style>
border-color css
<style>
span { border-color: #DA2DBA; }
span { border-color: rgb(218,45,186); }
td.TdClassName
{
border-color: #DA2DBA;
}
.TagClassName
{
border-color: #DA2DBA;
}
</style>