Shades of Cerise #D5275E
Tints of Cerise #D5275E
RGB
CMYK
RGB Variations
Color information
#D5275E (or 0xD5275E) is known color: Cerise. HEX triplet: D5, 27 and 5E. RGB value is (213,39,94). Sum of RGB (Red+Green+Blue) = 213+39+94=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5275E is #2AD8A1. Grayscale: #616161. Windows color (decimal): -2807970 or 6170581. OLE color: 6170581.
HSL color Cylindrical-coordinate representation of color #D5275E: hue angle of 341.03º degrees, saturation: 0.69, 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 #D5275E is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 94 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.16 |
| HSL | 341.03º | 0.69% | 0.49% | - |
| HSV(B) | 341.03º | 0.82% | 0.84% | - |
| XYZ | 30.19 | 16.41 | 12.17 | - |
| YUV | 97.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 94 | 0 | 0.82 | 0.56 | 0.16 | 341.03 | 0.69 | 0.49 |
| Hex | D5 | 27 | 5E | 0 | 52 | 38 | 10 | 155 | 45 | 31 |
| Octal | 325 | 47 | 136 | 0 | 122 | 70 | 20 | 525 | 105 | 61 |
| Binary | 11010101 | 100111 | 1011110 | 0 | 1010010 | 111000 | 10000 | 101010101 | 1000101 | 110001 |
Color Harmonies of #D5275E
Complementary color
Monochromatic Colors of #D5275E
Black with #D5275E
Text Example
Text Example
White with #D5275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5275E; }
p { color: rgb(213,39,94); }
H1.HeaderClassName
{
color: #D5275E;
}
.AnyTagClassName
{
color: #D5275E;
}
</style>
background-color css
<style>
a { background-color: #D5275E; }
a { background-color: rgb(213,39,94); }
div.DivClassName
{
background-color: #D5275E;
}
.BgClassName
{
background-color: #D5275E;
}
</style>
border-color css
<style>
span { border-color: #D5275E; }
span { border-color: rgb(213,39,94); }
td.TdClassName
{
border-color: #D5275E;
}
.TagClassName
{
border-color: #D5275E;
}
</style>