Shades of Razzle Dazzle Rose #D52CC5
Tints of Razzle Dazzle Rose #D52CC5
RGB
CMYK
RGB Variations
Color information
#D52CC5 (or 0xD52CC5) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2C and C5. RGB value is (213,44,197). Sum of RGB (Red+Green+Blue) = 213+44+197=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CC5 is #2AD33A. Grayscale: #6F6F6F. Windows color (decimal): -2806587 or 12922069. OLE color: 12922069.
HSL color Cylindrical-coordinate representation of color #D52CC5: hue angle of 305.68º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CC5 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 197 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.16 |
| HSL | 305.68º | 0.67% | 0.5% | - |
| HSV(B) | 305.68º | 0.79% | 0.84% | - |
| XYZ | 38.42 | 19.98 | 54.65 | - |
| YUV | 111.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 197 | 0 | 0.79 | 0.08 | 0.16 | 305.68 | 0.67 | 0.5 |
| Hex | D5 | 2C | C5 | 0 | 4F | 8 | 10 | 132 | 43 | 32 |
| Octal | 325 | 54 | 305 | 0 | 117 | 10 | 20 | 462 | 103 | 62 |
| Binary | 11010101 | 101100 | 11000101 | 0 | 1001111 | 1000 | 10000 | 100110010 | 1000011 | 110010 |
Color Harmonies of #D52CC5
Complementary color
Monochromatic Colors of #D52CC5
Black with #D52CC5
Text Example
Text Example
White with #D52CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CC5; }
p { color: rgb(213,44,197); }
H1.HeaderClassName
{
color: #D52CC5;
}
.AnyTagClassName
{
color: #D52CC5;
}
</style>
background-color css
<style>
a { background-color: #D52CC5; }
a { background-color: rgb(213,44,197); }
div.DivClassName
{
background-color: #D52CC5;
}
.BgClassName
{
background-color: #D52CC5;
}
</style>
border-color css
<style>
span { border-color: #D52CC5; }
span { border-color: rgb(213,44,197); }
td.TdClassName
{
border-color: #D52CC5;
}
.TagClassName
{
border-color: #D52CC5;
}
</style>