Shades of Cerise #D42F66
Tints of Cerise #D42F66
RGB
CMYK
RGB Variations
Color information
#D42F66 (or 0xD42F66) is known color: Cerise. HEX triplet: D4, 2F and 66. RGB value is (212,47,102). Sum of RGB (Red+Green+Blue) = 212+47+102=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F66 is #2BD099. Grayscale: #666666. Windows color (decimal): -2871450 or 6696916. OLE color: 6696916.
HSL color Cylindrical-coordinate representation of color #D42F66: hue angle of 340º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42F66 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 102 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.17 |
| HSL | 340º | 0.66% | 0.51% | - |
| HSV(B) | 340º | 0.78% | 0.83% | - |
| XYZ | 30.57 | 16.99 | 14.24 | - |
| YUV | 102.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 102 | 0 | 0.78 | 0.52 | 0.17 | 340 | 0.66 | 0.51 |
| Hex | D4 | 2F | 66 | 0 | 4E | 34 | 11 | 154 | 42 | 33 |
| Octal | 324 | 57 | 146 | 0 | 116 | 64 | 21 | 524 | 102 | 63 |
| Binary | 11010100 | 101111 | 1100110 | 0 | 1001110 | 110100 | 10001 | 101010100 | 1000010 | 110011 |
Color Harmonies of #D42F66
Complementary color
Monochromatic Colors of #D42F66
Black with #D42F66
Text Example
Text Example
White with #D42F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F66; }
p { color: rgb(212,47,102); }
H1.HeaderClassName
{
color: #D42F66;
}
.AnyTagClassName
{
color: #D42F66;
}
</style>
background-color css
<style>
a { background-color: #D42F66; }
a { background-color: rgb(212,47,102); }
div.DivClassName
{
background-color: #D42F66;
}
.BgClassName
{
background-color: #D42F66;
}
</style>
border-color css
<style>
span { border-color: #D42F66; }
span { border-color: rgb(212,47,102); }
td.TdClassName
{
border-color: #D42F66;
}
.TagClassName
{
border-color: #D42F66;
}
</style>