Shades of Razzle Dazzle Rose #DA27C0
Tints of Razzle Dazzle Rose #DA27C0
RGB
CMYK
RGB Variations
Color information
#DA27C0 (or 0xDA27C0) is known color: Razzle Dazzle Rose. HEX triplet: DA, 27 and C0. RGB value is (218,39,192). Sum of RGB (Red+Green+Blue) = 218+39+192=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27C0 is #25D83F. Grayscale: #6D6D6D. Windows color (decimal): -2480192 or 12593114. OLE color: 12593114.
HSL color Cylindrical-coordinate representation of color #DA27C0: hue angle of 308.72º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA27C0 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 192 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.15 |
| HSL | 308.72º | 0.71% | 0.5% | - |
| HSV(B) | 308.72º | 0.82% | 0.85% | - |
| XYZ | 39.15 | 20.16 | 51.7 | - |
| YUV | 109.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 192 | 0 | 0.82 | 0.12 | 0.15 | 308.72 | 0.71 | 0.5 |
| Hex | DA | 27 | C0 | 0 | 52 | C | F | 135 | 47 | 32 |
| Octal | 332 | 47 | 300 | 0 | 122 | 14 | 17 | 465 | 107 | 62 |
| Binary | 11011010 | 100111 | 11000000 | 0 | 1010010 | 1100 | 1111 | 100110101 | 1000111 | 110010 |
Color Harmonies of #DA27C0
Complementary color
Monochromatic Colors of #DA27C0
Black with #DA27C0
Text Example
Text Example
White with #DA27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27C0; }
p { color: rgb(218,39,192); }
H1.HeaderClassName
{
color: #DA27C0;
}
.AnyTagClassName
{
color: #DA27C0;
}
</style>
background-color css
<style>
a { background-color: #DA27C0; }
a { background-color: rgb(218,39,192); }
div.DivClassName
{
background-color: #DA27C0;
}
.BgClassName
{
background-color: #DA27C0;
}
</style>
border-color css
<style>
span { border-color: #DA27C0; }
span { border-color: rgb(218,39,192); }
td.TdClassName
{
border-color: #DA27C0;
}
.TagClassName
{
border-color: #DA27C0;
}
</style>