Shades of Deep Cerise #D93D7A
Tints of Deep Cerise #D93D7A
RGB
CMYK
RGB Variations
Color information
#D93D7A (or 0xD93D7A) is known color: Deep Cerise. HEX triplet: D9, 3D and 7A. RGB value is (217,61,122). Sum of RGB (Red+Green+Blue) = 217+61+122=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D7A is #26C285. Grayscale: #727272. Windows color (decimal): -2540166 or 8011225. OLE color: 8011225.
HSL color Cylindrical-coordinate representation of color #D93D7A: hue angle of 336.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D7A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 122 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.15 |
| HSL | 336.54º | 0.67% | 0.55% | - |
| HSV(B) | 336.54º | 0.72% | 0.85% | - |
| XYZ | 33.8 | 19.49 | 20.39 | - |
| YUV | 114.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 122 | 0 | 0.72 | 0.44 | 0.15 | 336.54 | 0.67 | 0.55 |
| Hex | D9 | 3D | 7A | 0 | 48 | 2C | F | 151 | 43 | 37 |
| Octal | 331 | 75 | 172 | 0 | 110 | 54 | 17 | 521 | 103 | 67 |
| Binary | 11011001 | 111101 | 1111010 | 0 | 1001000 | 101100 | 1111 | 101010001 | 1000011 | 110111 |
Color Harmonies of #D93D7A
Complementary color
Monochromatic Colors of #D93D7A
Black with #D93D7A
Text Example
Text Example
White with #D93D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D7A; }
p { color: rgb(217,61,122); }
H1.HeaderClassName
{
color: #D93D7A;
}
.AnyTagClassName
{
color: #D93D7A;
}
</style>
background-color css
<style>
a { background-color: #D93D7A; }
a { background-color: rgb(217,61,122); }
div.DivClassName
{
background-color: #D93D7A;
}
.BgClassName
{
background-color: #D93D7A;
}
</style>
border-color css
<style>
span { border-color: #D93D7A; }
span { border-color: rgb(217,61,122); }
td.TdClassName
{
border-color: #D93D7A;
}
.TagClassName
{
border-color: #D93D7A;
}
</style>