Shades of Cerise #D5265A
Tints of Cerise #D5265A
RGB
CMYK
RGB Variations
Color information
#D5265A (or 0xD5265A) is known color: Cerise. HEX triplet: D5, 26 and 5A. RGB value is (213,38,90). Sum of RGB (Red+Green+Blue) = 213+38+90=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5265A is #2AD9A5. Grayscale: #606060. Windows color (decimal): -2808230 or 5908181. OLE color: 5908181.
HSL color Cylindrical-coordinate representation of color #D5265A: hue angle of 342.17º 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 #D5265A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 90 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.16 |
| HSL | 342.17º | 0.7% | 0.49% | - |
| HSV(B) | 342.17º | 0.82% | 0.84% | - |
| XYZ | 29.98 | 16.27 | 11.23 | - |
| YUV | 96.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 90 | 0 | 0.82 | 0.58 | 0.16 | 342.17 | 0.7 | 0.49 |
| Hex | D5 | 26 | 5A | 0 | 52 | 3A | 10 | 156 | 46 | 31 |
| Octal | 325 | 46 | 132 | 0 | 122 | 72 | 20 | 526 | 106 | 61 |
| Binary | 11010101 | 100110 | 1011010 | 0 | 1010010 | 111010 | 10000 | 101010110 | 1000110 | 110001 |
Color Harmonies of #D5265A
Complementary color
Monochromatic Colors of #D5265A
Black with #D5265A
Text Example
Text Example
White with #D5265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5265A; }
p { color: rgb(213,38,90); }
H1.HeaderClassName
{
color: #D5265A;
}
.AnyTagClassName
{
color: #D5265A;
}
</style>
background-color css
<style>
a { background-color: #D5265A; }
a { background-color: rgb(213,38,90); }
div.DivClassName
{
background-color: #D5265A;
}
.BgClassName
{
background-color: #D5265A;
}
</style>
border-color css
<style>
span { border-color: #D5265A; }
span { border-color: rgb(213,38,90); }
td.TdClassName
{
border-color: #D5265A;
}
.TagClassName
{
border-color: #D5265A;
}
</style>