Shades of Razzle Dazzle Rose #D72ABC
Tints of Razzle Dazzle Rose #D72ABC
RGB
CMYK
RGB Variations
Color information
#D72ABC (or 0xD72ABC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2A and BC. RGB value is (215,42,188). Sum of RGB (Red+Green+Blue) = 215+42+188=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ABC is #28D543. Grayscale: #6D6D6D. Windows color (decimal): -2676036 or 12331735. OLE color: 12331735.
HSL color Cylindrical-coordinate representation of color #D72ABC: hue angle of 309.36º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72ABC is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 188 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.16 |
| HSL | 309.36º | 0.68% | 0.5% | - |
| HSV(B) | 309.36º | 0.8% | 0.84% | - |
| XYZ | 37.93 | 19.73 | 49.39 | - |
| YUV | 110.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 188 | 0 | 0.80 | 0.13 | 0.16 | 309.36 | 0.68 | 0.5 |
| Hex | D7 | 2A | BC | 0 | 50 | D | 10 | 135 | 44 | 32 |
| Octal | 327 | 52 | 274 | 0 | 120 | 15 | 20 | 465 | 104 | 62 |
| Binary | 11010111 | 101010 | 10111100 | 0 | 1010000 | 1101 | 10000 | 100110101 | 1000100 | 110010 |
Color Harmonies of #D72ABC
Complementary color
Monochromatic Colors of #D72ABC
Black with #D72ABC
Text Example
Text Example
White with #D72ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ABC; }
p { color: rgb(215,42,188); }
H1.HeaderClassName
{
color: #D72ABC;
}
.AnyTagClassName
{
color: #D72ABC;
}
</style>
background-color css
<style>
a { background-color: #D72ABC; }
a { background-color: rgb(215,42,188); }
div.DivClassName
{
background-color: #D72ABC;
}
.BgClassName
{
background-color: #D72ABC;
}
</style>
border-color css
<style>
span { border-color: #D72ABC; }
span { border-color: rgb(215,42,188); }
td.TdClassName
{
border-color: #D72ABC;
}
.TagClassName
{
border-color: #D72ABC;
}
</style>