Shades of Razzle Dazzle Rose #DA28C5
Tints of Razzle Dazzle Rose #DA28C5
RGB
CMYK
RGB Variations
Color information
#DA28C5 (or 0xDA28C5) is known color: Razzle Dazzle Rose. HEX triplet: DA, 28 and C5. RGB value is (218,40,197). Sum of RGB (Red+Green+Blue) = 218+40+197=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28C5 is #25D73A. Grayscale: #6E6E6E. Windows color (decimal): -2479931 or 12921050. OLE color: 12921050.
HSL color Cylindrical-coordinate representation of color #DA28C5: hue angle of 307.08º 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 #DA28C5 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 197 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.15 |
| HSL | 307.08º | 0.71% | 0.51% | - |
| HSV(B) | 307.08º | 0.82% | 0.85% | - |
| XYZ | 39.75 | 20.45 | 54.68 | - |
| YUV | 111.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 197 | 0 | 0.82 | 0.10 | 0.15 | 307.08 | 0.71 | 0.51 |
| Hex | DA | 28 | C5 | 0 | 52 | A | F | 133 | 47 | 33 |
| Octal | 332 | 50 | 305 | 0 | 122 | 12 | 17 | 463 | 107 | 63 |
| Binary | 11011010 | 101000 | 11000101 | 0 | 1010010 | 1010 | 1111 | 100110011 | 1000111 | 110011 |
Color Harmonies of #DA28C5
Complementary color
Monochromatic Colors of #DA28C5
Black with #DA28C5
Text Example
Text Example
White with #DA28C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28C5; }
p { color: rgb(218,40,197); }
H1.HeaderClassName
{
color: #DA28C5;
}
.AnyTagClassName
{
color: #DA28C5;
}
</style>
background-color css
<style>
a { background-color: #DA28C5; }
a { background-color: rgb(218,40,197); }
div.DivClassName
{
background-color: #DA28C5;
}
.BgClassName
{
background-color: #DA28C5;
}
</style>
border-color css
<style>
span { border-color: #DA28C5; }
span { border-color: rgb(218,40,197); }
td.TdClassName
{
border-color: #DA28C5;
}
.TagClassName
{
border-color: #DA28C5;
}
</style>