Shades of Deep Cerise #D73CA3
Tints of Deep Cerise #D73CA3
RGB
CMYK
RGB Variations
Color information
#D73CA3 (or 0xD73CA3) is known color: Deep Cerise. HEX triplet: D7, 3C and A3. RGB value is (215,60,163). Sum of RGB (Red+Green+Blue) = 215+60+163=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73CA3 is #28C35C. Grayscale: #757575. Windows color (decimal): -2671453 or 10697943. OLE color: 10697943.
HSL color Cylindrical-coordinate representation of color #D73CA3: hue angle of 320.13º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73CA3 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 163 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.16 |
| HSL | 320.13º | 0.66% | 0.54% | - |
| HSV(B) | 320.13º | 0.72% | 0.84% | - |
| XYZ | 36.25 | 20.32 | 36.66 | - |
| YUV | 118.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 163 | 0 | 0.72 | 0.24 | 0.16 | 320.13 | 0.66 | 0.54 |
| Hex | D7 | 3C | A3 | 0 | 48 | 18 | 10 | 140 | 42 | 36 |
| Octal | 327 | 74 | 243 | 0 | 110 | 30 | 20 | 500 | 102 | 66 |
| Binary | 11010111 | 111100 | 10100011 | 0 | 1001000 | 11000 | 10000 | 101000000 | 1000010 | 110110 |
Color Harmonies of #D73CA3
Complementary color
Monochromatic Colors of #D73CA3
Black with #D73CA3
Text Example
Text Example
White with #D73CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CA3; }
p { color: rgb(215,60,163); }
H1.HeaderClassName
{
color: #D73CA3;
}
.AnyTagClassName
{
color: #D73CA3;
}
</style>
background-color css
<style>
a { background-color: #D73CA3; }
a { background-color: rgb(215,60,163); }
div.DivClassName
{
background-color: #D73CA3;
}
.BgClassName
{
background-color: #D73CA3;
}
</style>
border-color css
<style>
span { border-color: #D73CA3; }
span { border-color: rgb(215,60,163); }
td.TdClassName
{
border-color: #D73CA3;
}
.TagClassName
{
border-color: #D73CA3;
}
</style>