Shades of Cerise #D3226F
Tints of Cerise #D3226F
RGB
CMYK
RGB Variations
Color information
#D3226F (or 0xD3226F) is known color: Cerise. HEX triplet: D3, 22 and 6F. RGB value is (211,34,111). Sum of RGB (Red+Green+Blue) = 211+34+111=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3226F is #2CDD90. Grayscale: #5F5F5F. Windows color (decimal): -2940305 or 7283411. OLE color: 7283411.
HSL color Cylindrical-coordinate representation of color #D3226F: hue angle of 333.9º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3226F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 111 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.17 |
| HSL | 333.9º | 0.72% | 0.48% | - |
| HSV(B) | 333.9º | 0.84% | 0.83% | - |
| XYZ | 30.31 | 16.14 | 16.56 | - |
| YUV | 95.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 111 | 0 | 0.84 | 0.47 | 0.17 | 333.9 | 0.72 | 0.48 |
| Hex | D3 | 22 | 6F | 0 | 54 | 2F | 11 | 14E | 48 | 30 |
| Octal | 323 | 42 | 157 | 0 | 124 | 57 | 21 | 516 | 110 | 60 |
| Binary | 11010011 | 100010 | 1101111 | 0 | 1010100 | 101111 | 10001 | 101001110 | 1001000 | 110000 |
Color Harmonies of #D3226F
Complementary color
Monochromatic Colors of #D3226F
Black with #D3226F
Text Example
Text Example
White with #D3226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3226F; }
p { color: rgb(211,34,111); }
H1.HeaderClassName
{
color: #D3226F;
}
.AnyTagClassName
{
color: #D3226F;
}
</style>
background-color css
<style>
a { background-color: #D3226F; }
a { background-color: rgb(211,34,111); }
div.DivClassName
{
background-color: #D3226F;
}
.BgClassName
{
background-color: #D3226F;
}
</style>
border-color css
<style>
span { border-color: #D3226F; }
span { border-color: rgb(211,34,111); }
td.TdClassName
{
border-color: #D3226F;
}
.TagClassName
{
border-color: #D3226F;
}
</style>