Shades of Deep Cerise #D0358F
Tints of Deep Cerise #D0358F
RGB
CMYK
RGB Variations
Color information
#D0358F (or 0xD0358F) is known color: Deep Cerise. HEX triplet: D0, 35 and 8F. RGB value is (208,53,143). Sum of RGB (Red+Green+Blue) = 208+53+143=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0358F is #2FCA70. Grayscale: #6D6D6D. Windows color (decimal): -3132017 or 9385424. OLE color: 9385424.
HSL color Cylindrical-coordinate representation of color #D0358F: hue angle of 325.16º 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 #D0358F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 143 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.18 |
| HSL | 325.16º | 0.62% | 0.51% | - |
| HSV(B) | 325.16º | 0.75% | 0.82% | - |
| XYZ | 32.24 | 17.94 | 27.75 | - |
| YUV | 109.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 143 | 0 | 0.75 | 0.31 | 0.18 | 325.16 | 0.62 | 0.51 |
| Hex | D0 | 35 | 8F | 0 | 4B | 1F | 12 | 145 | 3E | 33 |
| Octal | 320 | 65 | 217 | 0 | 113 | 37 | 22 | 505 | 76 | 63 |
| Binary | 11010000 | 110101 | 10001111 | 0 | 1001011 | 11111 | 10010 | 101000101 | 111110 | 110011 |
Color Harmonies of #D0358F
Complementary color
Monochromatic Colors of #D0358F
Black with #D0358F
Text Example
Text Example
White with #D0358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0358F; }
p { color: rgb(208,53,143); }
H1.HeaderClassName
{
color: #D0358F;
}
.AnyTagClassName
{
color: #D0358F;
}
</style>
background-color css
<style>
a { background-color: #D0358F; }
a { background-color: rgb(208,53,143); }
div.DivClassName
{
background-color: #D0358F;
}
.BgClassName
{
background-color: #D0358F;
}
</style>
border-color css
<style>
span { border-color: #D0358F; }
span { border-color: rgb(208,53,143); }
td.TdClassName
{
border-color: #D0358F;
}
.TagClassName
{
border-color: #D0358F;
}
</style>