Shades of Razzle Dazzle Rose #DA27C6
Tints of Razzle Dazzle Rose #DA27C6
RGB
CMYK
RGB Variations
Color information
#DA27C6 (or 0xDA27C6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 27 and C6. RGB value is (218,39,198). Sum of RGB (Red+Green+Blue) = 218+39+198=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27C6 is #25D839. Grayscale: #6E6E6E. Windows color (decimal): -2480186 or 12986330. OLE color: 12986330.
HSL color Cylindrical-coordinate representation of color #DA27C6: hue angle of 306.7º 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 #DA27C6 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 198 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.15 |
| HSL | 306.7º | 0.71% | 0.5% | - |
| HSV(B) | 306.7º | 0.82% | 0.85% | - |
| XYZ | 39.83 | 20.43 | 55.27 | - |
| YUV | 110.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 198 | 0 | 0.82 | 0.09 | 0.15 | 306.7 | 0.71 | 0.5 |
| Hex | DA | 27 | C6 | 0 | 52 | 9 | F | 133 | 47 | 32 |
| Octal | 332 | 47 | 306 | 0 | 122 | 11 | 17 | 463 | 107 | 62 |
| Binary | 11011010 | 100111 | 11000110 | 0 | 1010010 | 1001 | 1111 | 100110011 | 1000111 | 110010 |
Color Harmonies of #DA27C6
Complementary color
Monochromatic Colors of #DA27C6
Black with #DA27C6
Text Example
Text Example
White with #DA27C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27C6; }
p { color: rgb(218,39,198); }
H1.HeaderClassName
{
color: #DA27C6;
}
.AnyTagClassName
{
color: #DA27C6;
}
</style>
background-color css
<style>
a { background-color: #DA27C6; }
a { background-color: rgb(218,39,198); }
div.DivClassName
{
background-color: #DA27C6;
}
.BgClassName
{
background-color: #DA27C6;
}
</style>
border-color css
<style>
span { border-color: #DA27C6; }
span { border-color: rgb(218,39,198); }
td.TdClassName
{
border-color: #DA27C6;
}
.TagClassName
{
border-color: #DA27C6;
}
</style>