Shades of Razzle Dazzle Rose #DA37BB
Tints of Razzle Dazzle Rose #DA37BB
RGB
CMYK
RGB Variations
Color information
#DA37BB (or 0xDA37BB) is known color: Razzle Dazzle Rose. HEX triplet: DA, 37 and BB. RGB value is (218,55,187). Sum of RGB (Red+Green+Blue) = 218+55+187=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA37BB is #25C844. Grayscale: #767676. Windows color (decimal): -2476101 or 12269530. OLE color: 12269530.
HSL color Cylindrical-coordinate representation of color #DA37BB: hue angle of 311.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA37BB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 187 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.15 |
| HSL | 311.41º | 0.69% | 0.54% | - |
| HSV(B) | 311.41º | 0.75% | 0.85% | - |
| XYZ | 39.25 | 21.23 | 49.04 | - |
| YUV | 118.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 187 | 0 | 0.75 | 0.14 | 0.15 | 311.41 | 0.69 | 0.54 |
| Hex | DA | 37 | BB | 0 | 4B | E | F | 137 | 45 | 36 |
| Octal | 332 | 67 | 273 | 0 | 113 | 16 | 17 | 467 | 105 | 66 |
| Binary | 11011010 | 110111 | 10111011 | 0 | 1001011 | 1110 | 1111 | 100110111 | 1000101 | 110110 |
Color Harmonies of #DA37BB
Complementary color
Monochromatic Colors of #DA37BB
Black with #DA37BB
Text Example
Text Example
White with #DA37BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37BB; }
p { color: rgb(218,55,187); }
H1.HeaderClassName
{
color: #DA37BB;
}
.AnyTagClassName
{
color: #DA37BB;
}
</style>
background-color css
<style>
a { background-color: #DA37BB; }
a { background-color: rgb(218,55,187); }
div.DivClassName
{
background-color: #DA37BB;
}
.BgClassName
{
background-color: #DA37BB;
}
</style>
border-color css
<style>
span { border-color: #DA37BB; }
span { border-color: rgb(218,55,187); }
td.TdClassName
{
border-color: #DA37BB;
}
.TagClassName
{
border-color: #DA37BB;
}
</style>