Shades of Cerise #D2275F
Tints of Cerise #D2275F
RGB
CMYK
RGB Variations
Color information
#D2275F (or 0xD2275F) is known color: Cerise. HEX triplet: D2, 27 and 5F. RGB value is (210,39,95). Sum of RGB (Red+Green+Blue) = 210+39+95=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2275F is #2DD8A0. Grayscale: #606060. Windows color (decimal): -3004577 or 6236114. OLE color: 6236114.
HSL color Cylindrical-coordinate representation of color #D2275F: hue angle of 340.35º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2275F is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 95 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.18 |
| HSL | 340.35º | 0.69% | 0.49% | - |
| HSV(B) | 340.35º | 0.81% | 0.82% | - |
| XYZ | 29.37 | 15.98 | 12.36 | - |
| YUV | 96.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 95 | 0 | 0.81 | 0.55 | 0.18 | 340.35 | 0.69 | 0.49 |
| Hex | D2 | 27 | 5F | 0 | 51 | 37 | 12 | 154 | 45 | 31 |
| Octal | 322 | 47 | 137 | 0 | 121 | 67 | 22 | 524 | 105 | 61 |
| Binary | 11010010 | 100111 | 1011111 | 0 | 1010001 | 110111 | 10010 | 101010100 | 1000101 | 110001 |
Color Harmonies of #D2275F
Complementary color
Monochromatic Colors of #D2275F
Black with #D2275F
Text Example
Text Example
White with #D2275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2275F; }
p { color: rgb(210,39,95); }
H1.HeaderClassName
{
color: #D2275F;
}
.AnyTagClassName
{
color: #D2275F;
}
</style>
background-color css
<style>
a { background-color: #D2275F; }
a { background-color: rgb(210,39,95); }
div.DivClassName
{
background-color: #D2275F;
}
.BgClassName
{
background-color: #D2275F;
}
</style>
border-color css
<style>
span { border-color: #D2275F; }
span { border-color: rgb(210,39,95); }
td.TdClassName
{
border-color: #D2275F;
}
.TagClassName
{
border-color: #D2275F;
}
</style>