Shades of Razzle Dazzle Rose #DA32CB
Tints of Razzle Dazzle Rose #DA32CB
RGB
CMYK
RGB Variations
Color information
#DA32CB (or 0xDA32CB) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and CB. RGB value is (218,50,203). Sum of RGB (Red+Green+Blue) = 218+50+203=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32CB is #25CD34. Grayscale: #757575. Windows color (decimal): -2477365 or 13316826. OLE color: 13316826.
HSL color Cylindrical-coordinate representation of color #DA32CB: hue angle of 305.36º 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 #DA32CB is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 203 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.15 |
| HSL | 305.36º | 0.69% | 0.53% | - |
| HSV(B) | 305.36º | 0.77% | 0.85% | - |
| XYZ | 40.83 | 21.5 | 58.5 | - |
| YUV | 117.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 203 | 0 | 0.77 | 0.07 | 0.15 | 305.36 | 0.69 | 0.53 |
| Hex | DA | 32 | CB | 0 | 4D | 7 | F | 131 | 45 | 35 |
| Octal | 332 | 62 | 313 | 0 | 115 | 7 | 17 | 461 | 105 | 65 |
| Binary | 11011010 | 110010 | 11001011 | 0 | 1001101 | 111 | 1111 | 100110001 | 1000101 | 110101 |
Color Harmonies of #DA32CB
Complementary color
Monochromatic Colors of #DA32CB
Black with #DA32CB
Text Example
Text Example
White with #DA32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32CB; }
p { color: rgb(218,50,203); }
H1.HeaderClassName
{
color: #DA32CB;
}
.AnyTagClassName
{
color: #DA32CB;
}
</style>
background-color css
<style>
a { background-color: #DA32CB; }
a { background-color: rgb(218,50,203); }
div.DivClassName
{
background-color: #DA32CB;
}
.BgClassName
{
background-color: #DA32CB;
}
</style>
border-color css
<style>
span { border-color: #DA32CB; }
span { border-color: rgb(218,50,203); }
td.TdClassName
{
border-color: #DA32CB;
}
.TagClassName
{
border-color: #DA32CB;
}
</style>