Shades of Razzle Dazzle Rose #DA30CA
Tints of Razzle Dazzle Rose #DA30CA
RGB
CMYK
RGB Variations
Color information
#DA30CA (or 0xDA30CA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 30 and CA. RGB value is (218,48,202). Sum of RGB (Red+Green+Blue) = 218+48+202=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA30CA is #25CF35. Grayscale: #737373. Windows color (decimal): -2477878 or 13250778. OLE color: 13250778.
HSL color Cylindrical-coordinate representation of color #DA30CA: hue angle of 305.65º 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 #DA30CA is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 202 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.15 |
| HSL | 305.65º | 0.7% | 0.52% | - |
| HSV(B) | 305.65º | 0.78% | 0.85% | - |
| XYZ | 40.63 | 21.28 | 57.84 | - |
| YUV | 116.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 202 | 0 | 0.78 | 0.07 | 0.15 | 305.65 | 0.7 | 0.52 |
| Hex | DA | 30 | CA | 0 | 4E | 7 | F | 132 | 46 | 34 |
| Octal | 332 | 60 | 312 | 0 | 116 | 7 | 17 | 462 | 106 | 64 |
| Binary | 11011010 | 110000 | 11001010 | 0 | 1001110 | 111 | 1111 | 100110010 | 1000110 | 110100 |
Color Harmonies of #DA30CA
Complementary color
Monochromatic Colors of #DA30CA
Black with #DA30CA
Text Example
Text Example
White with #DA30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30CA; }
p { color: rgb(218,48,202); }
H1.HeaderClassName
{
color: #DA30CA;
}
.AnyTagClassName
{
color: #DA30CA;
}
</style>
background-color css
<style>
a { background-color: #DA30CA; }
a { background-color: rgb(218,48,202); }
div.DivClassName
{
background-color: #DA30CA;
}
.BgClassName
{
background-color: #DA30CA;
}
</style>
border-color css
<style>
span { border-color: #DA30CA; }
span { border-color: rgb(218,48,202); }
td.TdClassName
{
border-color: #DA30CA;
}
.TagClassName
{
border-color: #DA30CA;
}
</style>