Shades of Razzle Dazzle Rose #DA37C7
Tints of Razzle Dazzle Rose #DA37C7
RGB
CMYK
RGB Variations
Color information
#DA37C7 (or 0xDA37C7) is known color: Razzle Dazzle Rose. HEX triplet: DA, 37 and C7. RGB value is (218,55,199). Sum of RGB (Red+Green+Blue) = 218+55+199=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA37C7 is #25C838. Grayscale: #777777. Windows color (decimal): -2476089 or 13055962. OLE color: 13055962.
HSL color Cylindrical-coordinate representation of color #DA37C7: hue angle of 306.99º 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 #DA37C7 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 199 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.15 |
| HSL | 306.99º | 0.69% | 0.54% | - |
| HSV(B) | 306.99º | 0.75% | 0.85% | - |
| XYZ | 40.59 | 21.76 | 56.09 | - |
| YUV | 120.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 199 | 0 | 0.75 | 0.09 | 0.15 | 306.99 | 0.69 | 0.54 |
| Hex | DA | 37 | C7 | 0 | 4B | 9 | F | 133 | 45 | 36 |
| Octal | 332 | 67 | 307 | 0 | 113 | 11 | 17 | 463 | 105 | 66 |
| Binary | 11011010 | 110111 | 11000111 | 0 | 1001011 | 1001 | 1111 | 100110011 | 1000101 | 110110 |
Color Harmonies of #DA37C7
Complementary color
Monochromatic Colors of #DA37C7
Black with #DA37C7
Text Example
Text Example
White with #DA37C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37C7; }
p { color: rgb(218,55,199); }
H1.HeaderClassName
{
color: #DA37C7;
}
.AnyTagClassName
{
color: #DA37C7;
}
</style>
background-color css
<style>
a { background-color: #DA37C7; }
a { background-color: rgb(218,55,199); }
div.DivClassName
{
background-color: #DA37C7;
}
.BgClassName
{
background-color: #DA37C7;
}
</style>
border-color css
<style>
span { border-color: #DA37C7; }
span { border-color: rgb(218,55,199); }
td.TdClassName
{
border-color: #DA37C7;
}
.TagClassName
{
border-color: #DA37C7;
}
</style>