Shades of Razzle Dazzle Rose #DA32B6
Tints of Razzle Dazzle Rose #DA32B6
RGB
CMYK
RGB Variations
Color information
#DA32B6 (or 0xDA32B6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and B6. RGB value is (218,50,182). Sum of RGB (Red+Green+Blue) = 218+50+182=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32B6 is #25CD49. Grayscale: #727272. Windows color (decimal): -2477386 or 11940570. OLE color: 11940570.
HSL color Cylindrical-coordinate representation of color #DA32B6: hue angle of 312.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA32B6 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 182 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.15 |
| HSL | 312.86º | 0.69% | 0.53% | - |
| HSV(B) | 312.86º | 0.77% | 0.85% | - |
| XYZ | 38.5 | 20.56 | 46.2 | - |
| YUV | 115.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 182 | 0 | 0.77 | 0.17 | 0.15 | 312.86 | 0.69 | 0.53 |
| Hex | DA | 32 | B6 | 0 | 4D | 11 | F | 139 | 45 | 35 |
| Octal | 332 | 62 | 266 | 0 | 115 | 21 | 17 | 471 | 105 | 65 |
| Binary | 11011010 | 110010 | 10110110 | 0 | 1001101 | 10001 | 1111 | 100111001 | 1000101 | 110101 |
Color Harmonies of #DA32B6
Complementary color
Monochromatic Colors of #DA32B6
Black with #DA32B6
Text Example
Text Example
White with #DA32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32B6; }
p { color: rgb(218,50,182); }
H1.HeaderClassName
{
color: #DA32B6;
}
.AnyTagClassName
{
color: #DA32B6;
}
</style>
background-color css
<style>
a { background-color: #DA32B6; }
a { background-color: rgb(218,50,182); }
div.DivClassName
{
background-color: #DA32B6;
}
.BgClassName
{
background-color: #DA32B6;
}
</style>
border-color css
<style>
span { border-color: #DA32B6; }
span { border-color: rgb(218,50,182); }
td.TdClassName
{
border-color: #DA32B6;
}
.TagClassName
{
border-color: #DA32B6;
}
</style>