Shades of Cerise #D0365B
Tints of Cerise #D0365B
RGB
CMYK
RGB Variations
Color information
#D0365B (or 0xD0365B) is known color: Cerise. HEX triplet: D0, 36 and 5B. RGB value is (208,54,91). Sum of RGB (Red+Green+Blue) = 208+54+91=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0365B is #2FC9A4. Grayscale: #686868. Windows color (decimal): -3131813 or 5977808. OLE color: 5977808.
HSL color Cylindrical-coordinate representation of color #D0365B: hue angle of 345.58º 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 #D0365B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 91 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.18 |
| HSL | 345.58º | 0.62% | 0.51% | - |
| HSV(B) | 345.58º | 0.74% | 0.82% | - |
| XYZ | 29.22 | 16.8 | 11.6 | - |
| YUV | 104.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 91 | 0 | 0.74 | 0.56 | 0.18 | 345.58 | 0.62 | 0.51 |
| Hex | D0 | 36 | 5B | 0 | 4A | 38 | 12 | 15A | 3E | 33 |
| Octal | 320 | 66 | 133 | 0 | 112 | 70 | 22 | 532 | 76 | 63 |
| Binary | 11010000 | 110110 | 1011011 | 0 | 1001010 | 111000 | 10010 | 101011010 | 111110 | 110011 |
Color Harmonies of #D0365B
Complementary color
Monochromatic Colors of #D0365B
Black with #D0365B
Text Example
Text Example
White with #D0365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0365B; }
p { color: rgb(208,54,91); }
H1.HeaderClassName
{
color: #D0365B;
}
.AnyTagClassName
{
color: #D0365B;
}
</style>
background-color css
<style>
a { background-color: #D0365B; }
a { background-color: rgb(208,54,91); }
div.DivClassName
{
background-color: #D0365B;
}
.BgClassName
{
background-color: #D0365B;
}
</style>
border-color css
<style>
span { border-color: #D0365B; }
span { border-color: rgb(208,54,91); }
td.TdClassName
{
border-color: #D0365B;
}
.TagClassName
{
border-color: #D0365B;
}
</style>