Shades of Razzle Dazzle Rose #DA37C6
Tints of Razzle Dazzle Rose #DA37C6
RGB
CMYK
RGB Variations
Color information
#DA37C6 (or 0xDA37C6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 37 and C6. RGB value is (218,55,198). Sum of RGB (Red+Green+Blue) = 218+55+198=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA37C6 is #25C839. Grayscale: #777777. Windows color (decimal): -2476090 or 12990426. OLE color: 12990426.
HSL color Cylindrical-coordinate representation of color #DA37C6: hue angle of 307.36º 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 #DA37C6 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 198 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.15 |
| HSL | 307.36º | 0.69% | 0.54% | - |
| HSV(B) | 307.36º | 0.75% | 0.85% | - |
| XYZ | 40.47 | 21.72 | 55.48 | - |
| YUV | 120.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 198 | 0 | 0.75 | 0.09 | 0.15 | 307.36 | 0.69 | 0.54 |
| Hex | DA | 37 | C6 | 0 | 4B | 9 | F | 133 | 45 | 36 |
| Octal | 332 | 67 | 306 | 0 | 113 | 11 | 17 | 463 | 105 | 66 |
| Binary | 11011010 | 110111 | 11000110 | 0 | 1001011 | 1001 | 1111 | 100110011 | 1000101 | 110110 |
Color Harmonies of #DA37C6
Complementary color
Monochromatic Colors of #DA37C6
Black with #DA37C6
Text Example
Text Example
White with #DA37C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37C6; }
p { color: rgb(218,55,198); }
H1.HeaderClassName
{
color: #DA37C6;
}
.AnyTagClassName
{
color: #DA37C6;
}
</style>
background-color css
<style>
a { background-color: #DA37C6; }
a { background-color: rgb(218,55,198); }
div.DivClassName
{
background-color: #DA37C6;
}
.BgClassName
{
background-color: #DA37C6;
}
</style>
border-color css
<style>
span { border-color: #DA37C6; }
span { border-color: rgb(218,55,198); }
td.TdClassName
{
border-color: #DA37C6;
}
.TagClassName
{
border-color: #DA37C6;
}
</style>