Shades of Razzle Dazzle Rose #D72DD3
Tints of Razzle Dazzle Rose #D72DD3
RGB
CMYK
RGB Variations
Color information
#D72DD3 (or 0xD72DD3) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and D3. RGB value is (215,45,211). Sum of RGB (Red+Green+Blue) = 215+45+211=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DD3 is #28D22C. Grayscale: #727272. Windows color (decimal): -2675245 or 13839831. OLE color: 13839831.
HSL color Cylindrical-coordinate representation of color #D72DD3: hue angle of 301.41º degrees, saturation: 0.68, 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 #D72DD3 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 211 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.16 |
| HSL | 301.41º | 0.68% | 0.51% | - |
| HSV(B) | 301.41º | 0.79% | 0.84% | - |
| XYZ | 40.72 | 21.03 | 63.54 | - |
| YUV | 114.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 211 | 0 | 0.79 | 0.02 | 0.16 | 301.41 | 0.68 | 0.51 |
| Hex | D7 | 2D | D3 | 0 | 4F | 2 | 10 | 12D | 44 | 33 |
| Octal | 327 | 55 | 323 | 0 | 117 | 2 | 20 | 455 | 104 | 63 |
| Binary | 11010111 | 101101 | 11010011 | 0 | 1001111 | 10 | 10000 | 100101101 | 1000100 | 110011 |
Color Harmonies of #D72DD3
Complementary color
Monochromatic Colors of #D72DD3
Black with #D72DD3
Text Example
Text Example
White with #D72DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DD3; }
p { color: rgb(215,45,211); }
H1.HeaderClassName
{
color: #D72DD3;
}
.AnyTagClassName
{
color: #D72DD3;
}
</style>
background-color css
<style>
a { background-color: #D72DD3; }
a { background-color: rgb(215,45,211); }
div.DivClassName
{
background-color: #D72DD3;
}
.BgClassName
{
background-color: #D72DD3;
}
</style>
border-color css
<style>
span { border-color: #D72DD3; }
span { border-color: rgb(215,45,211); }
td.TdClassName
{
border-color: #D72DD3;
}
.TagClassName
{
border-color: #D72DD3;
}
</style>