Shades of Razzle Dazzle Rose #DA26C0
Tints of Razzle Dazzle Rose #DA26C0
RGB
CMYK
RGB Variations
Color information
#DA26C0 (or 0xDA26C0) is known color: Razzle Dazzle Rose. HEX triplet: DA, 26 and C0. RGB value is (218,38,192). Sum of RGB (Red+Green+Blue) = 218+38+192=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26C0 is #25D93F. Grayscale: #6C6C6C. Windows color (decimal): -2480448 or 12592858. OLE color: 12592858.
HSL color Cylindrical-coordinate representation of color #DA26C0: hue angle of 308.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA26C0 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 192 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.15 |
| HSL | 308.67º | 0.71% | 0.5% | - |
| HSV(B) | 308.67º | 0.83% | 0.85% | - |
| XYZ | 39.12 | 20.1 | 51.69 | - |
| YUV | 109.38 | 174.63 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 192 | 0 | 0.83 | 0.12 | 0.15 | 308.67 | 0.71 | 0.5 |
| Hex | DA | 26 | C0 | 0 | 53 | C | F | 135 | 47 | 32 |
| Octal | 332 | 46 | 300 | 0 | 123 | 14 | 17 | 465 | 107 | 62 |
| Binary | 11011010 | 100110 | 11000000 | 0 | 1010011 | 1100 | 1111 | 100110101 | 1000111 | 110010 |
Color Harmonies of #DA26C0
Complementary color
Monochromatic Colors of #DA26C0
Black with #DA26C0
Text Example
Text Example
White with #DA26C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26C0; }
p { color: rgb(218,38,192); }
H1.HeaderClassName
{
color: #DA26C0;
}
.AnyTagClassName
{
color: #DA26C0;
}
</style>
background-color css
<style>
a { background-color: #DA26C0; }
a { background-color: rgb(218,38,192); }
div.DivClassName
{
background-color: #DA26C0;
}
.BgClassName
{
background-color: #DA26C0;
}
</style>
border-color css
<style>
span { border-color: #DA26C0; }
span { border-color: rgb(218,38,192); }
td.TdClassName
{
border-color: #DA26C0;
}
.TagClassName
{
border-color: #DA26C0;
}
</style>