Shades of Razzle Dazzle Rose #DA30C9
Tints of Razzle Dazzle Rose #DA30C9
RGB
CMYK
RGB Variations
Color information
#DA30C9 (or 0xDA30C9) is known color: Razzle Dazzle Rose. HEX triplet: DA, 30 and C9. RGB value is (218,48,201). Sum of RGB (Red+Green+Blue) = 218+48+201=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA30C9 is #25CF36. Grayscale: #737373. Windows color (decimal): -2477879 or 13185242. OLE color: 13185242.
HSL color Cylindrical-coordinate representation of color #DA30C9: hue angle of 306º 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 #DA30C9 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 201 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.15 |
| HSL | 306º | 0.7% | 0.52% | - |
| HSV(B) | 306º | 0.78% | 0.85% | - |
| XYZ | 40.51 | 21.24 | 57.22 | - |
| YUV | 116.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 201 | 0 | 0.78 | 0.08 | 0.15 | 306 | 0.7 | 0.52 |
| Hex | DA | 30 | C9 | 0 | 4E | 8 | F | 132 | 46 | 34 |
| Octal | 332 | 60 | 311 | 0 | 116 | 10 | 17 | 462 | 106 | 64 |
| Binary | 11011010 | 110000 | 11001001 | 0 | 1001110 | 1000 | 1111 | 100110010 | 1000110 | 110100 |
Color Harmonies of #DA30C9
Complementary color
Monochromatic Colors of #DA30C9
Black with #DA30C9
Text Example
Text Example
White with #DA30C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30C9; }
p { color: rgb(218,48,201); }
H1.HeaderClassName
{
color: #DA30C9;
}
.AnyTagClassName
{
color: #DA30C9;
}
</style>
background-color css
<style>
a { background-color: #DA30C9; }
a { background-color: rgb(218,48,201); }
div.DivClassName
{
background-color: #DA30C9;
}
.BgClassName
{
background-color: #DA30C9;
}
</style>
border-color css
<style>
span { border-color: #DA30C9; }
span { border-color: rgb(218,48,201); }
td.TdClassName
{
border-color: #DA30C9;
}
.TagClassName
{
border-color: #DA30C9;
}
</style>