Shades of Cerise #D4285A
Tints of Cerise #D4285A
RGB
CMYK
RGB Variations
Color information
#D4285A (or 0xD4285A) is known color: Cerise. HEX triplet: D4, 28 and 5A. RGB value is (212,40,90). Sum of RGB (Red+Green+Blue) = 212+40+90=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4285A is #2BD7A5. Grayscale: #616161. Windows color (decimal): -2873254 or 5908692. OLE color: 5908692.
HSL color Cylindrical-coordinate representation of color #D4285A: hue angle of 342.56º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4285A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 40 | 90 | - |
CMYK | 0 | 0.81 | 0.58 | 0.17 |
HSL | 342.56º | 0.68% | 0.49% | - |
HSV(B) | 342.56º | 0.81% | 0.83% | - |
XYZ | 29.76 | 16.25 | 11.24 | - |
YUV | 97.13 | 123.98 | 209.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 40 | 90 | 0 | 0.81 | 0.58 | 0.17 | 342.56 | 0.68 | 0.49 |
Hex | D4 | 28 | 5A | 0 | 51 | 3A | 11 | 157 | 44 | 31 |
Octal | 324 | 50 | 132 | 0 | 121 | 72 | 21 | 527 | 104 | 61 |
Binary | 11010100 | 101000 | 1011010 | 0 | 1010001 | 111010 | 10001 | 101010111 | 1000100 | 110001 |
Color Harmonies of #D4285A
Complementary color
Monochromatic Colors of #D4285A
Black with #D4285A
Text Example
Text Example
White with #D4285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4285A; }
p { color: rgb(212,40,90); }
H1.HeaderClassName
{
color: #D4285A;
}
.AnyTagClassName
{
color: #D4285A;
}
</style>
background-color css
<style>
a { background-color: #D4285A; }
a { background-color: rgb(212,40,90); }
div.DivClassName
{
background-color: #D4285A;
}
.BgClassName
{
background-color: #D4285A;
}
</style>
border-color css
<style>
span { border-color: #D4285A; }
span { border-color: rgb(212,40,90); }
td.TdClassName
{
border-color: #D4285A;
}
.TagClassName
{
border-color: #D4285A;
}
</style>