Shades of Cerise #D42D68
Tints of Cerise #D42D68
RGB
CMYK
RGB Variations
Color information
#D42D68 (or 0xD42D68) is known color: Cerise. HEX triplet: D4, 2D and 68. RGB value is (212,45,104). Sum of RGB (Red+Green+Blue) = 212+45+104=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D68 is #2BD297. Grayscale: #656565. Windows color (decimal): -2871960 or 6827476. OLE color: 6827476.
HSL color Cylindrical-coordinate representation of color #D42D68: hue angle of 338.8º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D68 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 104 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.17 |
| HSL | 338.8º | 0.66% | 0.5% | - |
| HSV(B) | 338.8º | 0.79% | 0.83% | - |
| XYZ | 30.59 | 16.87 | 14.74 | - |
| YUV | 101.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 104 | 0 | 0.79 | 0.51 | 0.17 | 338.8 | 0.66 | 0.5 |
| Hex | D4 | 2D | 68 | 0 | 4F | 33 | 11 | 153 | 42 | 32 |
| Octal | 324 | 55 | 150 | 0 | 117 | 63 | 21 | 523 | 102 | 62 |
| Binary | 11010100 | 101101 | 1101000 | 0 | 1001111 | 110011 | 10001 | 101010011 | 1000010 | 110010 |
Color Harmonies of #D42D68
Complementary color
Monochromatic Colors of #D42D68
Black with #D42D68
Text Example
Text Example
White with #D42D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D68; }
p { color: rgb(212,45,104); }
H1.HeaderClassName
{
color: #D42D68;
}
.AnyTagClassName
{
color: #D42D68;
}
</style>
background-color css
<style>
a { background-color: #D42D68; }
a { background-color: rgb(212,45,104); }
div.DivClassName
{
background-color: #D42D68;
}
.BgClassName
{
background-color: #D42D68;
}
</style>
border-color css
<style>
span { border-color: #D42D68; }
span { border-color: rgb(212,45,104); }
td.TdClassName
{
border-color: #D42D68;
}
.TagClassName
{
border-color: #D42D68;
}
</style>