Shades of Cerise #D34066
Tints of Cerise #D34066
RGB
CMYK
RGB Variations
Color information
#D34066 (or 0xD34066) is known color: Cerise. HEX triplet: D3, 40 and 66. RGB value is (211,64,102). Sum of RGB (Red+Green+Blue) = 211+64+102=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D34066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34066 is #2CBF99. Grayscale: #707070. Windows color (decimal): -2932634 or 6701267. OLE color: 6701267.
HSL color Cylindrical-coordinate representation of color #D34066: hue angle of 344.49º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34066 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 102 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.17 |
| HSL | 344.49º | 0.63% | 0.54% | - |
| HSV(B) | 344.49º | 0.7% | 0.83% | - |
| XYZ | 31.1 | 18.47 | 14.5 | - |
| YUV | 112.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 102 | 0 | 0.70 | 0.52 | 0.17 | 344.49 | 0.63 | 0.54 |
| Hex | D3 | 40 | 66 | 0 | 46 | 34 | 11 | 158 | 3F | 36 |
| Octal | 323 | 100 | 146 | 0 | 106 | 64 | 21 | 530 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1100110 | 0 | 1000110 | 110100 | 10001 | 101011000 | 111111 | 110110 |
Color Harmonies of #D34066
Complementary color
Monochromatic Colors of #D34066
Black with #D34066
Text Example
Text Example
White with #D34066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34066; }
p { color: rgb(211,64,102); }
H1.HeaderClassName
{
color: #D34066;
}
.AnyTagClassName
{
color: #D34066;
}
</style>
background-color css
<style>
a { background-color: #D34066; }
a { background-color: rgb(211,64,102); }
div.DivClassName
{
background-color: #D34066;
}
.BgClassName
{
background-color: #D34066;
}
</style>
border-color css
<style>
span { border-color: #D34066; }
span { border-color: rgb(211,64,102); }
td.TdClassName
{
border-color: #D34066;
}
.TagClassName
{
border-color: #D34066;
}
</style>