Shades of Deep Cerise #D0358A
Tints of Deep Cerise #D0358A
RGB
CMYK
RGB Variations
Color information
#D0358A (or 0xD0358A) is known color: Deep Cerise. HEX triplet: D0, 35 and 8A. RGB value is (208,53,138). Sum of RGB (Red+Green+Blue) = 208+53+138=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0358A is #2FCA75. Grayscale: #6C6C6C. Windows color (decimal): -3132022 or 9057744. OLE color: 9057744.
HSL color Cylindrical-coordinate representation of color #D0358A: hue angle of 327.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0358A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 138 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.18 |
| HSL | 327.1º | 0.62% | 0.51% | - |
| HSV(B) | 327.1º | 0.75% | 0.82% | - |
| XYZ | 31.87 | 17.79 | 25.8 | - |
| YUV | 109.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 138 | 0 | 0.75 | 0.34 | 0.18 | 327.1 | 0.62 | 0.51 |
| Hex | D0 | 35 | 8A | 0 | 4B | 22 | 12 | 147 | 3E | 33 |
| Octal | 320 | 65 | 212 | 0 | 113 | 42 | 22 | 507 | 76 | 63 |
| Binary | 11010000 | 110101 | 10001010 | 0 | 1001011 | 100010 | 10010 | 101000111 | 111110 | 110011 |
Color Harmonies of #D0358A
Complementary color
Monochromatic Colors of #D0358A
Black with #D0358A
Text Example
Text Example
White with #D0358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0358A; }
p { color: rgb(208,53,138); }
H1.HeaderClassName
{
color: #D0358A;
}
.AnyTagClassName
{
color: #D0358A;
}
</style>
background-color css
<style>
a { background-color: #D0358A; }
a { background-color: rgb(208,53,138); }
div.DivClassName
{
background-color: #D0358A;
}
.BgClassName
{
background-color: #D0358A;
}
</style>
border-color css
<style>
span { border-color: #D0358A; }
span { border-color: rgb(208,53,138); }
td.TdClassName
{
border-color: #D0358A;
}
.TagClassName
{
border-color: #D0358A;
}
</style>