Shades of Razzle Dazzle Rose #DA2DDA
Tints of Razzle Dazzle Rose #DA2DDA
RGB
CMYK
RGB Variations
Color information
#DA2DDA (or 0xDA2DDA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2D and DA. RGB value is (218,45,218). Sum of RGB (Red+Green+Blue) = 218+45+218=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2DDA is #25D225. Grayscale: #737373. Windows color (decimal): -2478630 or 14298586. OLE color: 14298586.
HSL color Cylindrical-coordinate representation of color #DA2DDA: hue angle of 300º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2DDA is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 45 | 218 | - |
CMYK | 0 | 0.79 | 0 | 0.15 |
HSL | 300º | 0.7% | 0.52% | - |
HSV(B) | 300º | 0.79% | 0.85% | - |
XYZ | 42.51 | 21.84 | 68.31 | - |
YUV | 116.45 | 185.31 | 200.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 45 | 218 | 0 | 0.79 | 0 | 0.15 | 300 | 0.7 | 0.52 |
Hex | DA | 2D | DA | 0 | 4F | 0 | F | 12C | 46 | 34 |
Octal | 332 | 55 | 332 | 0 | 117 | 0 | 17 | 454 | 106 | 64 |
Binary | 11011010 | 101101 | 11011010 | 0 | 1001111 | 0 | 1111 | 100101100 | 1000110 | 110100 |
Color Harmonies of #DA2DDA
Complementary color
Monochromatic Colors of #DA2DDA
Black with #DA2DDA
Text Example
Text Example
White with #DA2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DDA; }
p { color: rgb(218,45,218); }
H1.HeaderClassName
{
color: #DA2DDA;
}
.AnyTagClassName
{
color: #DA2DDA;
}
</style>
background-color css
<style>
a { background-color: #DA2DDA; }
a { background-color: rgb(218,45,218); }
div.DivClassName
{
background-color: #DA2DDA;
}
.BgClassName
{
background-color: #DA2DDA;
}
</style>
border-color css
<style>
span { border-color: #DA2DDA; }
span { border-color: rgb(218,45,218); }
td.TdClassName
{
border-color: #DA2DDA;
}
.TagClassName
{
border-color: #DA2DDA;
}
</style>