Shades of Cerise #D9365A
Tints of Cerise #D9365A
RGB
CMYK
RGB Variations
Color information
#D9365A (or 0xD9365A) is known color: Cerise. HEX triplet: D9, 36 and 5A. RGB value is (217,54,90). Sum of RGB (Red+Green+Blue) = 217+54+90=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9365A is #26C9A5. Grayscale: #6A6A6A. Windows color (decimal): -2541990 or 5912281. OLE color: 5912281.
HSL color Cylindrical-coordinate representation of color #D9365A: hue angle of 346.75º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9365A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 90 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.15 |
| HSL | 346.75º | 0.68% | 0.53% | - |
| HSV(B) | 346.75º | 0.75% | 0.85% | - |
| XYZ | 31.78 | 18.13 | 11.5 | - |
| YUV | 106.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 90 | 0 | 0.75 | 0.59 | 0.15 | 346.75 | 0.68 | 0.53 |
| Hex | D9 | 36 | 5A | 0 | 4B | 3B | F | 15B | 44 | 35 |
| Octal | 331 | 66 | 132 | 0 | 113 | 73 | 17 | 533 | 104 | 65 |
| Binary | 11011001 | 110110 | 1011010 | 0 | 1001011 | 111011 | 1111 | 101011011 | 1000100 | 110101 |
Color Harmonies of #D9365A
Complementary color
Monochromatic Colors of #D9365A
Black with #D9365A
Text Example
Text Example
White with #D9365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9365A; }
p { color: rgb(217,54,90); }
H1.HeaderClassName
{
color: #D9365A;
}
.AnyTagClassName
{
color: #D9365A;
}
</style>
background-color css
<style>
a { background-color: #D9365A; }
a { background-color: rgb(217,54,90); }
div.DivClassName
{
background-color: #D9365A;
}
.BgClassName
{
background-color: #D9365A;
}
</style>
border-color css
<style>
span { border-color: #D9365A; }
span { border-color: rgb(217,54,90); }
td.TdClassName
{
border-color: #D9365A;
}
.TagClassName
{
border-color: #D9365A;
}
</style>