Shades of Cerise #D32768
Tints of Cerise #D32768
RGB
CMYK
RGB Variations
Color information
#D32768 (or 0xD32768) is known color: Cerise. HEX triplet: D3, 27 and 68. RGB value is (211,39,104). Sum of RGB (Red+Green+Blue) = 211+39+104=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D32768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32768 is #2CD897. Grayscale: #616161. Windows color (decimal): -2939032 or 6825939. OLE color: 6825939.
HSL color Cylindrical-coordinate representation of color #D32768: hue angle of 337.33º 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 #D32768 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 104 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.17 |
| HSL | 337.33º | 0.69% | 0.49% | - |
| HSV(B) | 337.33º | 0.82% | 0.83% | - |
| XYZ | 30.09 | 16.3 | 14.66 | - |
| YUV | 97.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 104 | 0 | 0.82 | 0.51 | 0.17 | 337.33 | 0.69 | 0.49 |
| Hex | D3 | 27 | 68 | 0 | 52 | 33 | 11 | 151 | 45 | 31 |
| Octal | 323 | 47 | 150 | 0 | 122 | 63 | 21 | 521 | 105 | 61 |
| Binary | 11010011 | 100111 | 1101000 | 0 | 1010010 | 110011 | 10001 | 101010001 | 1000101 | 110001 |
Color Harmonies of #D32768
Complementary color
Monochromatic Colors of #D32768
Black with #D32768
Text Example
Text Example
White with #D32768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32768; }
p { color: rgb(211,39,104); }
H1.HeaderClassName
{
color: #D32768;
}
.AnyTagClassName
{
color: #D32768;
}
</style>
background-color css
<style>
a { background-color: #D32768; }
a { background-color: rgb(211,39,104); }
div.DivClassName
{
background-color: #D32768;
}
.BgClassName
{
background-color: #D32768;
}
</style>
border-color css
<style>
span { border-color: #D32768; }
span { border-color: rgb(211,39,104); }
td.TdClassName
{
border-color: #D32768;
}
.TagClassName
{
border-color: #D32768;
}
</style>