Shades of Razzle Dazzle Rose #DA31C7
Tints of Razzle Dazzle Rose #DA31C7
RGB
CMYK
RGB Variations
Color information
#DA31C7 (or 0xDA31C7) is known color: Razzle Dazzle Rose. HEX triplet: DA, 31 and C7. RGB value is (218,49,199). Sum of RGB (Red+Green+Blue) = 218+49+199=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31C7 is #25CE38. Grayscale: #747474. Windows color (decimal): -2477625 or 13054426. OLE color: 13054426.
HSL color Cylindrical-coordinate representation of color #DA31C7: hue angle of 306.75º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA31C7 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 199 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.15 |
| HSL | 306.75º | 0.7% | 0.52% | - |
| HSV(B) | 306.75º | 0.78% | 0.85% | - |
| XYZ | 40.32 | 21.23 | 56 | - |
| YUV | 116.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 199 | 0 | 0.78 | 0.09 | 0.15 | 306.75 | 0.7 | 0.52 |
| Hex | DA | 31 | C7 | 0 | 4E | 9 | F | 133 | 46 | 34 |
| Octal | 332 | 61 | 307 | 0 | 116 | 11 | 17 | 463 | 106 | 64 |
| Binary | 11011010 | 110001 | 11000111 | 0 | 1001110 | 1001 | 1111 | 100110011 | 1000110 | 110100 |
Color Harmonies of #DA31C7
Complementary color
Monochromatic Colors of #DA31C7
Black with #DA31C7
Text Example
Text Example
White with #DA31C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31C7; }
p { color: rgb(218,49,199); }
H1.HeaderClassName
{
color: #DA31C7;
}
.AnyTagClassName
{
color: #DA31C7;
}
</style>
background-color css
<style>
a { background-color: #DA31C7; }
a { background-color: rgb(218,49,199); }
div.DivClassName
{
background-color: #DA31C7;
}
.BgClassName
{
background-color: #DA31C7;
}
</style>
border-color css
<style>
span { border-color: #DA31C7; }
span { border-color: rgb(218,49,199); }
td.TdClassName
{
border-color: #DA31C7;
}
.TagClassName
{
border-color: #DA31C7;
}
</style>