Shades of Razzle Dazzle Rose #DA32B5
Tints of Razzle Dazzle Rose #DA32B5
RGB
CMYK
RGB Variations
Color information
#DA32B5 (or 0xDA32B5) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and B5. RGB value is (218,50,181). Sum of RGB (Red+Green+Blue) = 218+50+181=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32B5 is #25CD4A. Grayscale: #727272. Windows color (decimal): -2477387 or 11875034. OLE color: 11875034.
HSL color Cylindrical-coordinate representation of color #DA32B5: hue angle of 313.21º 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 #DA32B5 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 181 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.15 |
| HSL | 313.21º | 0.69% | 0.53% | - |
| HSV(B) | 313.21º | 0.77% | 0.85% | - |
| XYZ | 38.39 | 20.52 | 45.65 | - |
| YUV | 115.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 181 | 0 | 0.77 | 0.17 | 0.15 | 313.21 | 0.69 | 0.53 |
| Hex | DA | 32 | B5 | 0 | 4D | 11 | F | 139 | 45 | 35 |
| Octal | 332 | 62 | 265 | 0 | 115 | 21 | 17 | 471 | 105 | 65 |
| Binary | 11011010 | 110010 | 10110101 | 0 | 1001101 | 10001 | 1111 | 100111001 | 1000101 | 110101 |
Color Harmonies of #DA32B5
Complementary color
Monochromatic Colors of #DA32B5
Black with #DA32B5
Text Example
Text Example
White with #DA32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32B5; }
p { color: rgb(218,50,181); }
H1.HeaderClassName
{
color: #DA32B5;
}
.AnyTagClassName
{
color: #DA32B5;
}
</style>
background-color css
<style>
a { background-color: #DA32B5; }
a { background-color: rgb(218,50,181); }
div.DivClassName
{
background-color: #DA32B5;
}
.BgClassName
{
background-color: #DA32B5;
}
</style>
border-color css
<style>
span { border-color: #DA32B5; }
span { border-color: rgb(218,50,181); }
td.TdClassName
{
border-color: #DA32B5;
}
.TagClassName
{
border-color: #DA32B5;
}
</style>