Shades of Cerise #D7276B
Tints of Cerise #D7276B
RGB
CMYK
RGB Variations
Color information
#D7276B (or 0xD7276B) is known color: Cerise. HEX triplet: D7, 27 and 6B. RGB value is (215,39,107). Sum of RGB (Red+Green+Blue) = 215+39+107=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7276B is #28D894. Grayscale: #636363. Windows color (decimal): -2676885 or 7022551. OLE color: 7022551.
HSL color Cylindrical-coordinate representation of color #D7276B: hue angle of 336.82º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7276B is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 107 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.16 |
| HSL | 336.82º | 0.69% | 0.5% | - |
| HSV(B) | 336.82º | 0.82% | 0.84% | - |
| XYZ | 31.4 | 16.96 | 15.53 | - |
| YUV | 99.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 107 | 0 | 0.82 | 0.50 | 0.16 | 336.82 | 0.69 | 0.5 |
| Hex | D7 | 27 | 6B | 0 | 52 | 32 | 10 | 151 | 45 | 32 |
| Octal | 327 | 47 | 153 | 0 | 122 | 62 | 20 | 521 | 105 | 62 |
| Binary | 11010111 | 100111 | 1101011 | 0 | 1010010 | 110010 | 10000 | 101010001 | 1000101 | 110010 |
Color Harmonies of #D7276B
Complementary color
Monochromatic Colors of #D7276B
Black with #D7276B
Text Example
Text Example
White with #D7276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7276B; }
p { color: rgb(215,39,107); }
H1.HeaderClassName
{
color: #D7276B;
}
.AnyTagClassName
{
color: #D7276B;
}
</style>
background-color css
<style>
a { background-color: #D7276B; }
a { background-color: rgb(215,39,107); }
div.DivClassName
{
background-color: #D7276B;
}
.BgClassName
{
background-color: #D7276B;
}
</style>
border-color css
<style>
span { border-color: #D7276B; }
span { border-color: rgb(215,39,107); }
td.TdClassName
{
border-color: #D7276B;
}
.TagClassName
{
border-color: #D7276B;
}
</style>