Shades of Razzle Dazzle Rose #D62DD3
Tints of Razzle Dazzle Rose #D62DD3
RGB
CMYK
RGB Variations
Color information
#D62DD3 (or 0xD62DD3) is known color: Razzle Dazzle Rose. HEX triplet: D6, 2D and D3. RGB value is (214,45,211). Sum of RGB (Red+Green+Blue) = 214+45+211=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DD3 is #29D22C. Grayscale: #717171. Windows color (decimal): -2740781 or 13839830. OLE color: 13839830.
HSL color Cylindrical-coordinate representation of color #D62DD3: hue angle of 301.07º 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 #D62DD3 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 211 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.16 |
| HSL | 301.07º | 0.67% | 0.51% | - |
| HSV(B) | 301.07º | 0.79% | 0.84% | - |
| XYZ | 40.43 | 20.88 | 63.53 | - |
| YUV | 114.46 | 182.49 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 211 | 0 | 0.79 | 0.01 | 0.16 | 301.07 | 0.67 | 0.51 |
| Hex | D6 | 2D | D3 | 0 | 4F | 1 | 10 | 12D | 43 | 33 |
| Octal | 326 | 55 | 323 | 0 | 117 | 1 | 20 | 455 | 103 | 63 |
| Binary | 11010110 | 101101 | 11010011 | 0 | 1001111 | 1 | 10000 | 100101101 | 1000011 | 110011 |
Color Harmonies of #D62DD3
Complementary color
Monochromatic Colors of #D62DD3
Black with #D62DD3
Text Example
Text Example
White with #D62DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DD3; }
p { color: rgb(214,45,211); }
H1.HeaderClassName
{
color: #D62DD3;
}
.AnyTagClassName
{
color: #D62DD3;
}
</style>
background-color css
<style>
a { background-color: #D62DD3; }
a { background-color: rgb(214,45,211); }
div.DivClassName
{
background-color: #D62DD3;
}
.BgClassName
{
background-color: #D62DD3;
}
</style>
border-color css
<style>
span { border-color: #D62DD3; }
span { border-color: rgb(214,45,211); }
td.TdClassName
{
border-color: #D62DD3;
}
.TagClassName
{
border-color: #D62DD3;
}
</style>