Shades of Cerise #D13765
Tints of Cerise #D13765
RGB
CMYK
RGB Variations
Color information
#D13765 (or 0xD13765) is known color: Cerise. HEX triplet: D1, 37 and 65. RGB value is (209,55,101). Sum of RGB (Red+Green+Blue) = 209+55+101=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D13765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13765 is #2EC89A. Grayscale: #6A6A6A. Windows color (decimal): -3066011 or 6633425. OLE color: 6633425.
HSL color Cylindrical-coordinate representation of color #D13765: hue angle of 342.08º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13765 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 101 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.18 |
| HSL | 342.08º | 0.63% | 0.52% | - |
| HSV(B) | 342.08º | 0.74% | 0.82% | - |
| XYZ | 30.01 | 17.23 | 14.06 | - |
| YUV | 106.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 101 | 0 | 0.74 | 0.52 | 0.18 | 342.08 | 0.63 | 0.52 |
| Hex | D1 | 37 | 65 | 0 | 4A | 34 | 12 | 156 | 3F | 34 |
| Octal | 321 | 67 | 145 | 0 | 112 | 64 | 22 | 526 | 77 | 64 |
| Binary | 11010001 | 110111 | 1100101 | 0 | 1001010 | 110100 | 10010 | 101010110 | 111111 | 110100 |
Color Harmonies of #D13765
Complementary color
Monochromatic Colors of #D13765
Black with #D13765
Text Example
Text Example
White with #D13765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13765; }
p { color: rgb(209,55,101); }
H1.HeaderClassName
{
color: #D13765;
}
.AnyTagClassName
{
color: #D13765;
}
</style>
background-color css
<style>
a { background-color: #D13765; }
a { background-color: rgb(209,55,101); }
div.DivClassName
{
background-color: #D13765;
}
.BgClassName
{
background-color: #D13765;
}
</style>
border-color css
<style>
span { border-color: #D13765; }
span { border-color: rgb(209,55,101); }
td.TdClassName
{
border-color: #D13765;
}
.TagClassName
{
border-color: #D13765;
}
</style>