Shades of Razzle Dazzle Rose #DA2BD3
Tints of Razzle Dazzle Rose #DA2BD3
RGB
CMYK
RGB Variations
Color information
#DA2BD3 (or 0xDA2BD3) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2B and D3. RGB value is (218,43,211). Sum of RGB (Red+Green+Blue) = 218+43+211=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2BD3 is #25D42C. Grayscale: #717171. Windows color (decimal): -2479149 or 13839322. OLE color: 13839322.
HSL color Cylindrical-coordinate representation of color #DA2BD3: hue angle of 302.4º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2BD3 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 211 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.15 |
| HSL | 302.4º | 0.7% | 0.51% | - |
| HSV(B) | 302.4º | 0.8% | 0.85% | - |
| XYZ | 41.54 | 21.34 | 63.56 | - |
| YUV | 114.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 211 | 0 | 0.80 | 0.03 | 0.15 | 302.4 | 0.7 | 0.51 |
| Hex | DA | 2B | D3 | 0 | 50 | 3 | F | 12E | 46 | 33 |
| Octal | 332 | 53 | 323 | 0 | 120 | 3 | 17 | 456 | 106 | 63 |
| Binary | 11011010 | 101011 | 11010011 | 0 | 1010000 | 11 | 1111 | 100101110 | 1000110 | 110011 |
Color Harmonies of #DA2BD3
Complementary color
Monochromatic Colors of #DA2BD3
Black with #DA2BD3
Text Example
Text Example
White with #DA2BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2BD3; }
p { color: rgb(218,43,211); }
H1.HeaderClassName
{
color: #DA2BD3;
}
.AnyTagClassName
{
color: #DA2BD3;
}
</style>
background-color css
<style>
a { background-color: #DA2BD3; }
a { background-color: rgb(218,43,211); }
div.DivClassName
{
background-color: #DA2BD3;
}
.BgClassName
{
background-color: #DA2BD3;
}
</style>
border-color css
<style>
span { border-color: #DA2BD3; }
span { border-color: rgb(218,43,211); }
td.TdClassName
{
border-color: #DA2BD3;
}
.TagClassName
{
border-color: #DA2BD3;
}
</style>