Shades of Razzle Dazzle Rose #DA32CD
Tints of Razzle Dazzle Rose #DA32CD
RGB
CMYK
RGB Variations
Color information
#DA32CD (or 0xDA32CD) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and CD. RGB value is (218,50,205). Sum of RGB (Red+Green+Blue) = 218+50+205=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32CD is #25CD32. Grayscale: #757575. Windows color (decimal): -2477363 or 13447898. OLE color: 13447898.
HSL color Cylindrical-coordinate representation of color #DA32CD: hue angle of 304.64º 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 #DA32CD is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 205 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.15 |
| HSL | 304.64º | 0.69% | 0.53% | - |
| HSV(B) | 304.64º | 0.77% | 0.85% | - |
| XYZ | 41.07 | 21.59 | 59.76 | - |
| YUV | 117.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 205 | 0 | 0.77 | 0.06 | 0.15 | 304.64 | 0.69 | 0.53 |
| Hex | DA | 32 | CD | 0 | 4D | 6 | F | 131 | 45 | 35 |
| Octal | 332 | 62 | 315 | 0 | 115 | 6 | 17 | 461 | 105 | 65 |
| Binary | 11011010 | 110010 | 11001101 | 0 | 1001101 | 110 | 1111 | 100110001 | 1000101 | 110101 |
Color Harmonies of #DA32CD
Complementary color
Monochromatic Colors of #DA32CD
Black with #DA32CD
Text Example
Text Example
White with #DA32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32CD; }
p { color: rgb(218,50,205); }
H1.HeaderClassName
{
color: #DA32CD;
}
.AnyTagClassName
{
color: #DA32CD;
}
</style>
background-color css
<style>
a { background-color: #DA32CD; }
a { background-color: rgb(218,50,205); }
div.DivClassName
{
background-color: #DA32CD;
}
.BgClassName
{
background-color: #DA32CD;
}
</style>
border-color css
<style>
span { border-color: #DA32CD; }
span { border-color: rgb(218,50,205); }
td.TdClassName
{
border-color: #DA32CD;
}
.TagClassName
{
border-color: #DA32CD;
}
</style>