Shades of Cerise #D3276F
Tints of Cerise #D3276F
RGB
CMYK
RGB Variations
Color information
#D3276F (or 0xD3276F) is known color: Cerise. HEX triplet: D3, 27 and 6F. RGB value is (211,39,111). Sum of RGB (Red+Green+Blue) = 211+39+111=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3276F is #2CD890. Grayscale: #626262. Windows color (decimal): -2939025 or 7284691. OLE color: 7284691.
HSL color Cylindrical-coordinate representation of color #D3276F: hue angle of 334.88º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3276F is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 111 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.17 |
| HSL | 334.88º | 0.69% | 0.49% | - |
| HSV(B) | 334.88º | 0.82% | 0.83% | - |
| XYZ | 30.46 | 16.45 | 16.61 | - |
| YUV | 98.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 111 | 0 | 0.82 | 0.47 | 0.17 | 334.88 | 0.69 | 0.49 |
| Hex | D3 | 27 | 6F | 0 | 52 | 2F | 11 | 14F | 45 | 31 |
| Octal | 323 | 47 | 157 | 0 | 122 | 57 | 21 | 517 | 105 | 61 |
| Binary | 11010011 | 100111 | 1101111 | 0 | 1010010 | 101111 | 10001 | 101001111 | 1000101 | 110001 |
Color Harmonies of #D3276F
Complementary color
Monochromatic Colors of #D3276F
Black with #D3276F
Text Example
Text Example
White with #D3276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3276F; }
p { color: rgb(211,39,111); }
H1.HeaderClassName
{
color: #D3276F;
}
.AnyTagClassName
{
color: #D3276F;
}
</style>
background-color css
<style>
a { background-color: #D3276F; }
a { background-color: rgb(211,39,111); }
div.DivClassName
{
background-color: #D3276F;
}
.BgClassName
{
background-color: #D3276F;
}
</style>
border-color css
<style>
span { border-color: #D3276F; }
span { border-color: rgb(211,39,111); }
td.TdClassName
{
border-color: #D3276F;
}
.TagClassName
{
border-color: #D3276F;
}
</style>