Shades of Razzle Dazzle Rose #DA27CA
Tints of Razzle Dazzle Rose #DA27CA
RGB
CMYK
RGB Variations
Color information
#DA27CA (or 0xDA27CA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 27 and CA. RGB value is (218,39,202). Sum of RGB (Red+Green+Blue) = 218+39+202=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27CA is #25D835. Grayscale: #6E6E6E. Windows color (decimal): -2480182 or 13248474. OLE color: 13248474.
HSL color Cylindrical-coordinate representation of color #DA27CA: hue angle of 305.36º 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 #DA27CA is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 202 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.15 |
| HSL | 305.36º | 0.71% | 0.5% | - |
| HSV(B) | 305.36º | 0.82% | 0.85% | - |
| XYZ | 40.3 | 20.62 | 57.73 | - |
| YUV | 111.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 202 | 0 | 0.82 | 0.07 | 0.15 | 305.36 | 0.71 | 0.5 |
| Hex | DA | 27 | CA | 0 | 52 | 7 | F | 131 | 47 | 32 |
| Octal | 332 | 47 | 312 | 0 | 122 | 7 | 17 | 461 | 107 | 62 |
| Binary | 11011010 | 100111 | 11001010 | 0 | 1010010 | 111 | 1111 | 100110001 | 1000111 | 110010 |
Color Harmonies of #DA27CA
Complementary color
Monochromatic Colors of #DA27CA
Black with #DA27CA
Text Example
Text Example
White with #DA27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27CA; }
p { color: rgb(218,39,202); }
H1.HeaderClassName
{
color: #DA27CA;
}
.AnyTagClassName
{
color: #DA27CA;
}
</style>
background-color css
<style>
a { background-color: #DA27CA; }
a { background-color: rgb(218,39,202); }
div.DivClassName
{
background-color: #DA27CA;
}
.BgClassName
{
background-color: #DA27CA;
}
</style>
border-color css
<style>
span { border-color: #DA27CA; }
span { border-color: rgb(218,39,202); }
td.TdClassName
{
border-color: #DA27CA;
}
.TagClassName
{
border-color: #DA27CA;
}
</style>