Shades of Razzle Dazzle Rose #D62DD1
Tints of Razzle Dazzle Rose #D62DD1
RGB
CMYK
RGB Variations
Color information
#D62DD1 (or 0xD62DD1) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2D and D1. RGB value is (214,45,209). Sum of RGB (Red+Green+Blue) = 214+45+209=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DD1 is #29D22E. Grayscale: #717171. Windows color (decimal): -2740783 or 13708758. OLE color: 13708758.
HSL color Cylindrical-coordinate representation of color #D62DD1: hue angle of 301.78º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DD1 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 209 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.16 |
| HSL | 301.78º | 0.67% | 0.51% | - |
| HSV(B) | 301.78º | 0.79% | 0.84% | - |
| XYZ | 40.18 | 20.78 | 62.21 | - |
| YUV | 114.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 209 | 0 | 0.79 | 0.02 | 0.16 | 301.78 | 0.67 | 0.51 |
| Hex | D6 | 2D | D1 | 0 | 4F | 2 | 10 | 12E | 43 | 33 |
| Octal | 326 | 55 | 321 | 0 | 117 | 2 | 20 | 456 | 103 | 63 |
| Binary | 11010110 | 101101 | 11010001 | 0 | 1001111 | 10 | 10000 | 100101110 | 1000011 | 110011 |
Color Harmonies of #D62DD1
Complementary color
Monochromatic Colors of #D62DD1
Black with #D62DD1
Text Example
Text Example
White with #D62DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DD1; }
p { color: rgb(214,45,209); }
H1.HeaderClassName
{
color: #D62DD1;
}
.AnyTagClassName
{
color: #D62DD1;
}
</style>
background-color css
<style>
a { background-color: #D62DD1; }
a { background-color: rgb(214,45,209); }
div.DivClassName
{
background-color: #D62DD1;
}
.BgClassName
{
background-color: #D62DD1;
}
</style>
border-color css
<style>
span { border-color: #D62DD1; }
span { border-color: rgb(214,45,209); }
td.TdClassName
{
border-color: #D62DD1;
}
.TagClassName
{
border-color: #D62DD1;
}
</style>