Shades of Razzle Dazzle Rose #DA32B7
Tints of Razzle Dazzle Rose #DA32B7
RGB
CMYK
RGB Variations
Color information
#DA32B7 (or 0xDA32B7) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and B7. RGB value is (218,50,183). Sum of RGB (Red+Green+Blue) = 218+50+183=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32B7 is #25CD48. Grayscale: #737373. Windows color (decimal): -2477385 or 12006106. OLE color: 12006106.
HSL color Cylindrical-coordinate representation of color #DA32B7: hue angle of 312.5º 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 #DA32B7 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 183 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.15 |
| HSL | 312.5º | 0.69% | 0.53% | - |
| HSV(B) | 312.5º | 0.77% | 0.85% | - |
| XYZ | 38.6 | 20.61 | 46.74 | - |
| YUV | 115.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 183 | 0 | 0.77 | 0.16 | 0.15 | 312.5 | 0.69 | 0.53 |
| Hex | DA | 32 | B7 | 0 | 4D | 10 | F | 138 | 45 | 35 |
| Octal | 332 | 62 | 267 | 0 | 115 | 20 | 17 | 470 | 105 | 65 |
| Binary | 11011010 | 110010 | 10110111 | 0 | 1001101 | 10000 | 1111 | 100111000 | 1000101 | 110101 |
Color Harmonies of #DA32B7
Complementary color
Monochromatic Colors of #DA32B7
Black with #DA32B7
Text Example
Text Example
White with #DA32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32B7; }
p { color: rgb(218,50,183); }
H1.HeaderClassName
{
color: #DA32B7;
}
.AnyTagClassName
{
color: #DA32B7;
}
</style>
background-color css
<style>
a { background-color: #DA32B7; }
a { background-color: rgb(218,50,183); }
div.DivClassName
{
background-color: #DA32B7;
}
.BgClassName
{
background-color: #DA32B7;
}
</style>
border-color css
<style>
span { border-color: #DA32B7; }
span { border-color: rgb(218,50,183); }
td.TdClassName
{
border-color: #DA32B7;
}
.TagClassName
{
border-color: #DA32B7;
}
</style>