Shades of Cerise #D33D68
Tints of Cerise #D33D68
RGB
CMYK
RGB Variations
Color information
#D33D68 (or 0xD33D68) is known color: Cerise. HEX triplet: D3, 3D and 68. RGB value is (211,61,104). Sum of RGB (Red+Green+Blue) = 211+61+104=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33D68 is #2CC297. Grayscale: #6E6E6E. Windows color (decimal): -2933400 or 6831571. OLE color: 6831571.
HSL color Cylindrical-coordinate representation of color #D33D68: hue angle of 342.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33D68 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 104 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.17 |
| HSL | 342.8º | 0.63% | 0.53% | - |
| HSV(B) | 342.8º | 0.71% | 0.83% | - |
| XYZ | 31.03 | 18.19 | 14.97 | - |
| YUV | 110.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 104 | 0 | 0.71 | 0.51 | 0.17 | 342.8 | 0.63 | 0.53 |
| Hex | D3 | 3D | 68 | 0 | 47 | 33 | 11 | 157 | 3F | 35 |
| Octal | 323 | 75 | 150 | 0 | 107 | 63 | 21 | 527 | 77 | 65 |
| Binary | 11010011 | 111101 | 1101000 | 0 | 1000111 | 110011 | 10001 | 101010111 | 111111 | 110101 |
Color Harmonies of #D33D68
Complementary color
Monochromatic Colors of #D33D68
Black with #D33D68
Text Example
Text Example
White with #D33D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D68; }
p { color: rgb(211,61,104); }
H1.HeaderClassName
{
color: #D33D68;
}
.AnyTagClassName
{
color: #D33D68;
}
</style>
background-color css
<style>
a { background-color: #D33D68; }
a { background-color: rgb(211,61,104); }
div.DivClassName
{
background-color: #D33D68;
}
.BgClassName
{
background-color: #D33D68;
}
</style>
border-color css
<style>
span { border-color: #D33D68; }
span { border-color: rgb(211,61,104); }
td.TdClassName
{
border-color: #D33D68;
}
.TagClassName
{
border-color: #D33D68;
}
</style>