Shades of Razzle Dazzle Rose #D52BC4
Tints of Razzle Dazzle Rose #D52BC4
RGB
CMYK
RGB Variations
Color information
#D52BC4 (or 0xD52BC4) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2B and C4. RGB value is (213,43,196). Sum of RGB (Red+Green+Blue) = 213+43+196=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BC4 is #2AD43B. Grayscale: #6E6E6E. Windows color (decimal): -2806844 or 12856277. OLE color: 12856277.
HSL color Cylindrical-coordinate representation of color #D52BC4: hue angle of 306º 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 #D52BC4 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 196 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.16 |
| HSL | 306º | 0.67% | 0.5% | - |
| HSV(B) | 306º | 0.8% | 0.84% | - |
| XYZ | 38.27 | 19.86 | 54.04 | - |
| YUV | 111.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 196 | 0 | 0.80 | 0.08 | 0.16 | 306 | 0.67 | 0.5 |
| Hex | D5 | 2B | C4 | 0 | 50 | 8 | 10 | 132 | 43 | 32 |
| Octal | 325 | 53 | 304 | 0 | 120 | 10 | 20 | 462 | 103 | 62 |
| Binary | 11010101 | 101011 | 11000100 | 0 | 1010000 | 1000 | 10000 | 100110010 | 1000011 | 110010 |
Color Harmonies of #D52BC4
Complementary color
Monochromatic Colors of #D52BC4
Black with #D52BC4
Text Example
Text Example
White with #D52BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BC4; }
p { color: rgb(213,43,196); }
H1.HeaderClassName
{
color: #D52BC4;
}
.AnyTagClassName
{
color: #D52BC4;
}
</style>
background-color css
<style>
a { background-color: #D52BC4; }
a { background-color: rgb(213,43,196); }
div.DivClassName
{
background-color: #D52BC4;
}
.BgClassName
{
background-color: #D52BC4;
}
</style>
border-color css
<style>
span { border-color: #D52BC4; }
span { border-color: rgb(213,43,196); }
td.TdClassName
{
border-color: #D52BC4;
}
.TagClassName
{
border-color: #D52BC4;
}
</style>