Shades of Deep Cerise #D0357A
Tints of Deep Cerise #D0357A
RGB
CMYK
RGB Variations
Color information
#D0357A (or 0xD0357A) is known color: Deep Cerise. HEX triplet: D0, 35 and 7A. RGB value is (208,53,122). Sum of RGB (Red+Green+Blue) = 208+53+122=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0357A is #2FCA85. Grayscale: #6B6B6B. Windows color (decimal): -3132038 or 8009168. OLE color: 8009168.
HSL color Cylindrical-coordinate representation of color #D0357A: hue angle of 333.29º 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 #D0357A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 122 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.18 |
| HSL | 333.29º | 0.62% | 0.51% | - |
| HSV(B) | 333.29º | 0.75% | 0.82% | - |
| XYZ | 30.8 | 17.36 | 20.14 | - |
| YUV | 107.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 122 | 0 | 0.75 | 0.41 | 0.18 | 333.29 | 0.62 | 0.51 |
| Hex | D0 | 35 | 7A | 0 | 4B | 29 | 12 | 14D | 3E | 33 |
| Octal | 320 | 65 | 172 | 0 | 113 | 51 | 22 | 515 | 76 | 63 |
| Binary | 11010000 | 110101 | 1111010 | 0 | 1001011 | 101001 | 10010 | 101001101 | 111110 | 110011 |
Color Harmonies of #D0357A
Complementary color
Monochromatic Colors of #D0357A
Black with #D0357A
Text Example
Text Example
White with #D0357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0357A; }
p { color: rgb(208,53,122); }
H1.HeaderClassName
{
color: #D0357A;
}
.AnyTagClassName
{
color: #D0357A;
}
</style>
background-color css
<style>
a { background-color: #D0357A; }
a { background-color: rgb(208,53,122); }
div.DivClassName
{
background-color: #D0357A;
}
.BgClassName
{
background-color: #D0357A;
}
</style>
border-color css
<style>
span { border-color: #D0357A; }
span { border-color: rgb(208,53,122); }
td.TdClassName
{
border-color: #D0357A;
}
.TagClassName
{
border-color: #D0357A;
}
</style>