Shades of Deep Cerise #D32689
Tints of Deep Cerise #D32689
RGB
CMYK
RGB Variations
Color information
#D32689 (or 0xD32689) is known color: Deep Cerise. HEX triplet: D3, 26 and 89. RGB value is (211,38,137). Sum of RGB (Red+Green+Blue) = 211+38+137=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D32689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32689 is #2CD976. Grayscale: #646464. Windows color (decimal): -2939255 or 8988371. OLE color: 8988371.
HSL color Cylindrical-coordinate representation of color #D32689: hue angle of 325.66º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32689 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 137 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.17 |
| HSL | 325.66º | 0.69% | 0.49% | - |
| HSV(B) | 325.66º | 0.82% | 0.83% | - |
| XYZ | 32.07 | 17.04 | 25.27 | - |
| YUV | 101.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 137 | 0 | 0.82 | 0.35 | 0.17 | 325.66 | 0.69 | 0.49 |
| Hex | D3 | 26 | 89 | 0 | 52 | 23 | 11 | 146 | 45 | 31 |
| Octal | 323 | 46 | 211 | 0 | 122 | 43 | 21 | 506 | 105 | 61 |
| Binary | 11010011 | 100110 | 10001001 | 0 | 1010010 | 100011 | 10001 | 101000110 | 1000101 | 110001 |
Color Harmonies of #D32689
Complementary color
Monochromatic Colors of #D32689
Black with #D32689
Text Example
Text Example
White with #D32689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32689; }
p { color: rgb(211,38,137); }
H1.HeaderClassName
{
color: #D32689;
}
.AnyTagClassName
{
color: #D32689;
}
</style>
background-color css
<style>
a { background-color: #D32689; }
a { background-color: rgb(211,38,137); }
div.DivClassName
{
background-color: #D32689;
}
.BgClassName
{
background-color: #D32689;
}
</style>
border-color css
<style>
span { border-color: #D32689; }
span { border-color: rgb(211,38,137); }
td.TdClassName
{
border-color: #D32689;
}
.TagClassName
{
border-color: #D32689;
}
</style>