Shades of Cerise #D9276A
Tints of Cerise #D9276A
RGB
CMYK
RGB Variations
Color information
#D9276A (or 0xD9276A) is known color: Cerise. HEX triplet: D9, 27 and 6A. RGB value is (217,39,106). Sum of RGB (Red+Green+Blue) = 217+39+106=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9276A is #26D895. Grayscale: #636363. Windows color (decimal): -2545814 or 6957017. OLE color: 6957017.
HSL color Cylindrical-coordinate representation of color #D9276A: hue angle of 337.42º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9276A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 106 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.15 |
| HSL | 337.42º | 0.7% | 0.5% | - |
| HSV(B) | 337.42º | 0.82% | 0.85% | - |
| XYZ | 31.94 | 17.24 | 15.28 | - |
| YUV | 99.86 | 131.47 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 106 | 0 | 0.82 | 0.51 | 0.15 | 337.42 | 0.7 | 0.5 |
| Hex | D9 | 27 | 6A | 0 | 52 | 33 | F | 151 | 46 | 32 |
| Octal | 331 | 47 | 152 | 0 | 122 | 63 | 17 | 521 | 106 | 62 |
| Binary | 11011001 | 100111 | 1101010 | 0 | 1010010 | 110011 | 1111 | 101010001 | 1000110 | 110010 |
Color Harmonies of #D9276A
Complementary color
Monochromatic Colors of #D9276A
Black with #D9276A
Text Example
Text Example
White with #D9276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9276A; }
p { color: rgb(217,39,106); }
H1.HeaderClassName
{
color: #D9276A;
}
.AnyTagClassName
{
color: #D9276A;
}
</style>
background-color css
<style>
a { background-color: #D9276A; }
a { background-color: rgb(217,39,106); }
div.DivClassName
{
background-color: #D9276A;
}
.BgClassName
{
background-color: #D9276A;
}
</style>
border-color css
<style>
span { border-color: #D9276A; }
span { border-color: rgb(217,39,106); }
td.TdClassName
{
border-color: #D9276A;
}
.TagClassName
{
border-color: #D9276A;
}
</style>