Shades of Razzle Dazzle Rose #DA28CA
Tints of Razzle Dazzle Rose #DA28CA
RGB
CMYK
RGB Variations
Color information
#DA28CA (or 0xDA28CA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 28 and CA. RGB value is (218,40,202). Sum of RGB (Red+Green+Blue) = 218+40+202=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28CA is #25D735. Grayscale: #6F6F6F. Windows color (decimal): -2479926 or 13248730. OLE color: 13248730.
HSL color Cylindrical-coordinate representation of color #DA28CA: hue angle of 305.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28CA is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 202 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.15 |
| HSL | 305.39º | 0.71% | 0.51% | - |
| HSV(B) | 305.39º | 0.82% | 0.85% | - |
| XYZ | 40.33 | 20.69 | 57.74 | - |
| YUV | 111.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 202 | 0 | 0.82 | 0.07 | 0.15 | 305.39 | 0.71 | 0.51 |
| Hex | DA | 28 | CA | 0 | 52 | 7 | F | 131 | 47 | 33 |
| Octal | 332 | 50 | 312 | 0 | 122 | 7 | 17 | 461 | 107 | 63 |
| Binary | 11011010 | 101000 | 11001010 | 0 | 1010010 | 111 | 1111 | 100110001 | 1000111 | 110011 |
Color Harmonies of #DA28CA
Complementary color
Monochromatic Colors of #DA28CA
Black with #DA28CA
Text Example
Text Example
White with #DA28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28CA; }
p { color: rgb(218,40,202); }
H1.HeaderClassName
{
color: #DA28CA;
}
.AnyTagClassName
{
color: #DA28CA;
}
</style>
background-color css
<style>
a { background-color: #DA28CA; }
a { background-color: rgb(218,40,202); }
div.DivClassName
{
background-color: #DA28CA;
}
.BgClassName
{
background-color: #DA28CA;
}
</style>
border-color css
<style>
span { border-color: #DA28CA; }
span { border-color: rgb(218,40,202); }
td.TdClassName
{
border-color: #DA28CA;
}
.TagClassName
{
border-color: #DA28CA;
}
</style>