Shades of Cerise #D32A68
Tints of Cerise #D32A68
RGB
CMYK
RGB Variations
Color information
#D32A68 (or 0xD32A68) is known color: Cerise. HEX triplet: D3, 2A and 68. RGB value is (211,42,104). Sum of RGB (Red+Green+Blue) = 211+42+104=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D32A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32A68 is #2CD597. Grayscale: #636363. Windows color (decimal): -2938264 or 6826707. OLE color: 6826707.
HSL color Cylindrical-coordinate representation of color #D32A68: hue angle of 337.99º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32A68 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 104 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.17 |
| HSL | 337.99º | 0.67% | 0.5% | - |
| HSV(B) | 337.99º | 0.8% | 0.83% | - |
| XYZ | 30.19 | 16.5 | 14.69 | - |
| YUV | 99.6 | 130.49 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 104 | 0 | 0.80 | 0.51 | 0.17 | 337.99 | 0.67 | 0.5 |
| Hex | D3 | 2A | 68 | 0 | 50 | 33 | 11 | 152 | 43 | 32 |
| Octal | 323 | 52 | 150 | 0 | 120 | 63 | 21 | 522 | 103 | 62 |
| Binary | 11010011 | 101010 | 1101000 | 0 | 1010000 | 110011 | 10001 | 101010010 | 1000011 | 110010 |
Color Harmonies of #D32A68
Complementary color
Monochromatic Colors of #D32A68
Black with #D32A68
Text Example
Text Example
White with #D32A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32A68; }
p { color: rgb(211,42,104); }
H1.HeaderClassName
{
color: #D32A68;
}
.AnyTagClassName
{
color: #D32A68;
}
</style>
background-color css
<style>
a { background-color: #D32A68; }
a { background-color: rgb(211,42,104); }
div.DivClassName
{
background-color: #D32A68;
}
.BgClassName
{
background-color: #D32A68;
}
</style>
border-color css
<style>
span { border-color: #D32A68; }
span { border-color: rgb(211,42,104); }
td.TdClassName
{
border-color: #D32A68;
}
.TagClassName
{
border-color: #D32A68;
}
</style>