Shades of Cerise #D3256C
Tints of Cerise #D3256C
RGB
CMYK
RGB Variations
Color information
#D3256C (or 0xD3256C) is known color: Cerise. HEX triplet: D3, 25 and 6C. RGB value is (211,37,108). Sum of RGB (Red+Green+Blue) = 211+37+108=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3256C is #2CDA93. Grayscale: #616161. Windows color (decimal): -2939540 or 7087571. OLE color: 7087571.
HSL color Cylindrical-coordinate representation of color #D3256C: hue angle of 335.52º degrees, saturation: 0.7, 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 #D3256C is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 108 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.17 |
| HSL | 335.52º | 0.7% | 0.49% | - |
| HSV(B) | 335.52º | 0.82% | 0.83% | - |
| XYZ | 30.23 | 16.25 | 15.73 | - |
| YUV | 97.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 108 | 0 | 0.82 | 0.49 | 0.17 | 335.52 | 0.7 | 0.49 |
| Hex | D3 | 25 | 6C | 0 | 52 | 31 | 11 | 150 | 46 | 31 |
| Octal | 323 | 45 | 154 | 0 | 122 | 61 | 21 | 520 | 106 | 61 |
| Binary | 11010011 | 100101 | 1101100 | 0 | 1010010 | 110001 | 10001 | 101010000 | 1000110 | 110001 |
Color Harmonies of #D3256C
Complementary color
Monochromatic Colors of #D3256C
Black with #D3256C
Text Example
Text Example
White with #D3256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3256C; }
p { color: rgb(211,37,108); }
H1.HeaderClassName
{
color: #D3256C;
}
.AnyTagClassName
{
color: #D3256C;
}
</style>
background-color css
<style>
a { background-color: #D3256C; }
a { background-color: rgb(211,37,108); }
div.DivClassName
{
background-color: #D3256C;
}
.BgClassName
{
background-color: #D3256C;
}
</style>
border-color css
<style>
span { border-color: #D3256C; }
span { border-color: rgb(211,37,108); }
td.TdClassName
{
border-color: #D3256C;
}
.TagClassName
{
border-color: #D3256C;
}
</style>