Shades of Razzle Dazzle Rose #D72BCB
Tints of Razzle Dazzle Rose #D72BCB
RGB
CMYK
RGB Variations
Color information
#D72BCB (or 0xD72BCB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and CB. RGB value is (215,43,203). Sum of RGB (Red+Green+Blue) = 215+43+203=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BCB is #28D434. Grayscale: #707070. Windows color (decimal): -2675765 or 13315031. OLE color: 13315031.
HSL color Cylindrical-coordinate representation of color #D72BCB: hue angle of 304.19º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72BCB is Cyan = 0, Magento = 0.8, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 203 | - |
| CMYK | 0 | 0.8 | 0.06 | 0.16 |
| HSL | 304.19º | 0.68% | 0.51% | - |
| HSV(B) | 304.19º | 0.8% | 0.84% | - |
| XYZ | 39.67 | 20.49 | 58.36 | - |
| YUV | 112.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 203 | 0 | 0.8 | 0.06 | 0.16 | 304.19 | 0.68 | 0.51 |
| Hex | D7 | 2B | CB | 0 | 50 | 6 | 10 | 130 | 44 | 33 |
| Octal | 327 | 53 | 313 | 0 | 120 | 6 | 20 | 460 | 104 | 63 |
| Binary | 11010111 | 101011 | 11001011 | 0 | 1010000 | 110 | 10000 | 100110000 | 1000100 | 110011 |
Color Harmonies of #D72BCB
Complementary color
Monochromatic Colors of #D72BCB
Black with #D72BCB
Text Example
Text Example
White with #D72BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BCB; }
p { color: rgb(215,43,203); }
H1.HeaderClassName
{
color: #D72BCB;
}
.AnyTagClassName
{
color: #D72BCB;
}
</style>
background-color css
<style>
a { background-color: #D72BCB; }
a { background-color: rgb(215,43,203); }
div.DivClassName
{
background-color: #D72BCB;
}
.BgClassName
{
background-color: #D72BCB;
}
</style>
border-color css
<style>
span { border-color: #D72BCB; }
span { border-color: rgb(215,43,203); }
td.TdClassName
{
border-color: #D72BCB;
}
.TagClassName
{
border-color: #D72BCB;
}
</style>