Shades of Cerise #D44069
Tints of Cerise #D44069
RGB
CMYK
RGB Variations
Color information
#D44069 (or 0xD44069) is known color: Cerise. HEX triplet: D4, 40 and 69. RGB value is (212,64,105). Sum of RGB (Red+Green+Blue) = 212+64+105=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D44069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44069 is #2BBF96. Grayscale: #707070. Windows color (decimal): -2867095 or 6897876. OLE color: 6897876.
HSL color Cylindrical-coordinate representation of color #D44069: hue angle of 343.38º 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 #D44069 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 105 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.17 |
| HSL | 343.38º | 0.63% | 0.54% | - |
| HSV(B) | 343.38º | 0.7% | 0.83% | - |
| XYZ | 31.53 | 18.68 | 15.31 | - |
| YUV | 112.93 | 123.53 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 105 | 0 | 0.70 | 0.50 | 0.17 | 343.38 | 0.63 | 0.54 |
| Hex | D4 | 40 | 69 | 0 | 46 | 32 | 11 | 157 | 3F | 36 |
| Octal | 324 | 100 | 151 | 0 | 106 | 62 | 21 | 527 | 77 | 66 |
| Binary | 11010100 | 1000000 | 1101001 | 0 | 1000110 | 110010 | 10001 | 101010111 | 111111 | 110110 |
Color Harmonies of #D44069
Complementary color
Monochromatic Colors of #D44069
Black with #D44069
Text Example
Text Example
White with #D44069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44069; }
p { color: rgb(212,64,105); }
H1.HeaderClassName
{
color: #D44069;
}
.AnyTagClassName
{
color: #D44069;
}
</style>
background-color css
<style>
a { background-color: #D44069; }
a { background-color: rgb(212,64,105); }
div.DivClassName
{
background-color: #D44069;
}
.BgClassName
{
background-color: #D44069;
}
</style>
border-color css
<style>
span { border-color: #D44069; }
span { border-color: rgb(212,64,105); }
td.TdClassName
{
border-color: #D44069;
}
.TagClassName
{
border-color: #D44069;
}
</style>