Shades of Cerise #D0365A
Tints of Cerise #D0365A
RGB
CMYK
RGB Variations
Color information
#D0365A (or 0xD0365A) is known color: Cerise. HEX triplet: D0, 36 and 5A. RGB value is (208,54,90). Sum of RGB (Red+Green+Blue) = 208+54+90=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0365A is #2FC9A5. Grayscale: #686868. Windows color (decimal): -3131814 or 5912272. OLE color: 5912272.
HSL color Cylindrical-coordinate representation of color #D0365A: hue angle of 345.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0365A is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 90 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.18 |
| HSL | 345.97º | 0.62% | 0.51% | - |
| HSV(B) | 345.97º | 0.74% | 0.82% | - |
| XYZ | 29.18 | 16.79 | 11.38 | - |
| YUV | 104.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 90 | 0 | 0.74 | 0.57 | 0.18 | 345.97 | 0.62 | 0.51 |
| Hex | D0 | 36 | 5A | 0 | 4A | 39 | 12 | 15A | 3E | 33 |
| Octal | 320 | 66 | 132 | 0 | 112 | 71 | 22 | 532 | 76 | 63 |
| Binary | 11010000 | 110110 | 1011010 | 0 | 1001010 | 111001 | 10010 | 101011010 | 111110 | 110011 |
Color Harmonies of #D0365A
Complementary color
Monochromatic Colors of #D0365A
Black with #D0365A
Text Example
Text Example
White with #D0365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0365A; }
p { color: rgb(208,54,90); }
H1.HeaderClassName
{
color: #D0365A;
}
.AnyTagClassName
{
color: #D0365A;
}
</style>
background-color css
<style>
a { background-color: #D0365A; }
a { background-color: rgb(208,54,90); }
div.DivClassName
{
background-color: #D0365A;
}
.BgClassName
{
background-color: #D0365A;
}
</style>
border-color css
<style>
span { border-color: #D0365A; }
span { border-color: rgb(208,54,90); }
td.TdClassName
{
border-color: #D0365A;
}
.TagClassName
{
border-color: #D0365A;
}
</style>