Shades of Razzle Dazzle Rose #DA2DDF
Tints of Razzle Dazzle Rose #DA2DDF
RGB
CMYK
RGB Variations
Color information
#DA2DDF (or 0xDA2DDF) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2D and DF. RGB value is (218,45,223). Sum of RGB (Red+Green+Blue) = 218+45+223=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2DDF is #25D220. Grayscale: #747474. Windows color (decimal): -2478625 or 14626266. OLE color: 14626266.
HSL color Cylindrical-coordinate representation of color #DA2DDF: hue angle of 298.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2DDF is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 45 | 223 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.13 |
| HSL | 298.31º | 0.74% | 0.53% | - |
| HSV(B) | 298.31º | 0.8% | 0.87% | - |
| XYZ | 43.17 | 22.11 | 71.8 | - |
| YUV | 117.02 | 187.81 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 223 | 0.02 | 0.80 | 0 | 0.13 | 298.31 | 0.74 | 0.53 |
| Hex | DA | 2D | DF | 2 | 50 | 0 | D | 12A | 4A | 35 |
| Octal | 332 | 55 | 337 | 2 | 120 | 0 | 15 | 452 | 112 | 65 |
| Binary | 11011010 | 101101 | 11011111 | 10 | 1010000 | 0 | 1101 | 100101010 | 1001010 | 110101 |
Color Harmonies of #DA2DDF
Complementary color
Monochromatic Colors of #DA2DDF
Black with #DA2DDF
Text Example
Text Example
White with #DA2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DDF; }
p { color: rgb(218,45,223); }
H1.HeaderClassName
{
color: #DA2DDF;
}
.AnyTagClassName
{
color: #DA2DDF;
}
</style>
background-color css
<style>
a { background-color: #DA2DDF; }
a { background-color: rgb(218,45,223); }
div.DivClassName
{
background-color: #DA2DDF;
}
.BgClassName
{
background-color: #DA2DDF;
}
</style>
border-color css
<style>
span { border-color: #DA2DDF; }
span { border-color: rgb(218,45,223); }
td.TdClassName
{
border-color: #DA2DDF;
}
.TagClassName
{
border-color: #DA2DDF;
}
</style>