Shades of Cerise #D5265D
Tints of Cerise #D5265D
RGB
CMYK
RGB Variations
Color information
#D5265D (or 0xD5265D) is known color: Cerise. HEX triplet: D5, 26 and 5D. RGB value is (213,38,93). Sum of RGB (Red+Green+Blue) = 213+38+93=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5265D is #2AD9A2. Grayscale: #606060. Windows color (decimal): -2808227 or 6104789. OLE color: 6104789.
HSL color Cylindrical-coordinate representation of color #D5265D: hue angle of 341.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5265D is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 93 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.16 |
| HSL | 341.14º | 0.7% | 0.49% | - |
| HSV(B) | 341.14º | 0.82% | 0.84% | - |
| XYZ | 30.11 | 16.32 | 11.92 | - |
| YUV | 96.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 93 | 0 | 0.82 | 0.56 | 0.16 | 341.14 | 0.7 | 0.49 |
| Hex | D5 | 26 | 5D | 0 | 52 | 38 | 10 | 155 | 46 | 31 |
| Octal | 325 | 46 | 135 | 0 | 122 | 70 | 20 | 525 | 106 | 61 |
| Binary | 11010101 | 100110 | 1011101 | 0 | 1010010 | 111000 | 10000 | 101010101 | 1000110 | 110001 |
Color Harmonies of #D5265D
Complementary color
Monochromatic Colors of #D5265D
Black with #D5265D
Text Example
Text Example
White with #D5265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5265D; }
p { color: rgb(213,38,93); }
H1.HeaderClassName
{
color: #D5265D;
}
.AnyTagClassName
{
color: #D5265D;
}
</style>
background-color css
<style>
a { background-color: #D5265D; }
a { background-color: rgb(213,38,93); }
div.DivClassName
{
background-color: #D5265D;
}
.BgClassName
{
background-color: #D5265D;
}
</style>
border-color css
<style>
span { border-color: #D5265D; }
span { border-color: rgb(213,38,93); }
td.TdClassName
{
border-color: #D5265D;
}
.TagClassName
{
border-color: #D5265D;
}
</style>