Shades of Deep Cerise #D4298A
Tints of Deep Cerise #D4298A
RGB
CMYK
RGB Variations
Color information
#D4298A (or 0xD4298A) is known color: Deep Cerise. HEX triplet: D4, 29 and 8A. RGB value is (212,41,138). Sum of RGB (Red+Green+Blue) = 212+41+138=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4298A is #2BD675. Grayscale: #666666. Windows color (decimal): -2872950 or 9054676. OLE color: 9054676.
HSL color Cylindrical-coordinate representation of color #D4298A: hue angle of 325.96º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4298A is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 138 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.17 |
| HSL | 325.96º | 0.68% | 0.5% | - |
| HSV(B) | 325.96º | 0.81% | 0.83% | - |
| XYZ | 32.53 | 17.42 | 25.69 | - |
| YUV | 103.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 138 | 0 | 0.81 | 0.35 | 0.17 | 325.96 | 0.68 | 0.5 |
| Hex | D4 | 29 | 8A | 0 | 51 | 23 | 11 | 146 | 44 | 32 |
| Octal | 324 | 51 | 212 | 0 | 121 | 43 | 21 | 506 | 104 | 62 |
| Binary | 11010100 | 101001 | 10001010 | 0 | 1010001 | 100011 | 10001 | 101000110 | 1000100 | 110010 |
Color Harmonies of #D4298A
Complementary color
Monochromatic Colors of #D4298A
Black with #D4298A
Text Example
Text Example
White with #D4298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4298A; }
p { color: rgb(212,41,138); }
H1.HeaderClassName
{
color: #D4298A;
}
.AnyTagClassName
{
color: #D4298A;
}
</style>
background-color css
<style>
a { background-color: #D4298A; }
a { background-color: rgb(212,41,138); }
div.DivClassName
{
background-color: #D4298A;
}
.BgClassName
{
background-color: #D4298A;
}
</style>
border-color css
<style>
span { border-color: #D4298A; }
span { border-color: rgb(212,41,138); }
td.TdClassName
{
border-color: #D4298A;
}
.TagClassName
{
border-color: #D4298A;
}
</style>