Shades of Razzle Dazzle Rose #DA2BDB
Tints of Razzle Dazzle Rose #DA2BDB
RGB
CMYK
RGB Variations
Color information
#DA2BDB (or 0xDA2BDB) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2B and DB. RGB value is (218,43,219). Sum of RGB (Red+Green+Blue) = 218+43+219=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2BDB is #25D424. Grayscale: #727272. Windows color (decimal): -2479141 or 14363610. OLE color: 14363610.
HSL color Cylindrical-coordinate representation of color #DA2BDB: hue angle of 299.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2BDB is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 43 | 219 | - |
| CMYK | 0.00 | 0.80 | 0 | 0.14 |
| HSL | 299.66º | 0.71% | 0.51% | - |
| HSV(B) | 299.66º | 0.8% | 0.86% | - |
| XYZ | 42.56 | 21.75 | 68.97 | - |
| YUV | 115.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 219 | 0.00 | 0.80 | 0 | 0.14 | 299.66 | 0.71 | 0.51 |
| Hex | DA | 2B | DB | 0 | 50 | 0 | E | 12C | 47 | 33 |
| Octal | 332 | 53 | 333 | 0 | 120 | 0 | 16 | 454 | 107 | 63 |
| Binary | 11011010 | 101011 | 11011011 | 0 | 1010000 | 0 | 1110 | 100101100 | 1000111 | 110011 |
Color Harmonies of #DA2BDB
Complementary color
Monochromatic Colors of #DA2BDB
Black with #DA2BDB
Text Example
Text Example
White with #DA2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2BDB; }
p { color: rgb(218,43,219); }
H1.HeaderClassName
{
color: #DA2BDB;
}
.AnyTagClassName
{
color: #DA2BDB;
}
</style>
background-color css
<style>
a { background-color: #DA2BDB; }
a { background-color: rgb(218,43,219); }
div.DivClassName
{
background-color: #DA2BDB;
}
.BgClassName
{
background-color: #DA2BDB;
}
</style>
border-color css
<style>
span { border-color: #DA2BDB; }
span { border-color: rgb(218,43,219); }
td.TdClassName
{
border-color: #DA2BDB;
}
.TagClassName
{
border-color: #DA2BDB;
}
</style>