Shades of Razzle Dazzle Rose #D52BBC
Tints of Razzle Dazzle Rose #D52BBC
RGB
CMYK
RGB Variations
Color information
#D52BBC (or 0xD52BBC) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2B and BC. RGB value is (213,43,188). Sum of RGB (Red+Green+Blue) = 213+43+188=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BBC is #2AD443. Grayscale: #6D6D6D. Windows color (decimal): -2806852 or 12331989. OLE color: 12331989.
HSL color Cylindrical-coordinate representation of color #D52BBC: hue angle of 308.82º degrees, saturation: 0.67, 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 #D52BBC is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 188 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.16 |
| HSL | 308.82º | 0.67% | 0.5% | - |
| HSV(B) | 308.82º | 0.8% | 0.84% | - |
| XYZ | 37.38 | 19.5 | 49.37 | - |
| YUV | 110.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 188 | 0 | 0.80 | 0.12 | 0.16 | 308.82 | 0.67 | 0.5 |
| Hex | D5 | 2B | BC | 0 | 50 | C | 10 | 135 | 43 | 32 |
| Octal | 325 | 53 | 274 | 0 | 120 | 14 | 20 | 465 | 103 | 62 |
| Binary | 11010101 | 101011 | 10111100 | 0 | 1010000 | 1100 | 10000 | 100110101 | 1000011 | 110010 |
Color Harmonies of #D52BBC
Complementary color
Monochromatic Colors of #D52BBC
Black with #D52BBC
Text Example
Text Example
White with #D52BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BBC; }
p { color: rgb(213,43,188); }
H1.HeaderClassName
{
color: #D52BBC;
}
.AnyTagClassName
{
color: #D52BBC;
}
</style>
background-color css
<style>
a { background-color: #D52BBC; }
a { background-color: rgb(213,43,188); }
div.DivClassName
{
background-color: #D52BBC;
}
.BgClassName
{
background-color: #D52BBC;
}
</style>
border-color css
<style>
span { border-color: #D52BBC; }
span { border-color: rgb(213,43,188); }
td.TdClassName
{
border-color: #D52BBC;
}
.TagClassName
{
border-color: #D52BBC;
}
</style>