Shades of Deep Cerise #D438AB
Tints of Deep Cerise #D438AB
RGB
CMYK
RGB Variations
Color information
#D438AB (or 0xD438AB) is known color: Deep Cerise. HEX triplet: D4, 38 and AB. RGB value is (212,56,171). Sum of RGB (Red+Green+Blue) = 212+56+171=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D438AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D438AB is #2BC754. Grayscale: #737373. Windows color (decimal): -2869077 or 11221204. OLE color: 11221204.
HSL color Cylindrical-coordinate representation of color #D438AB: hue angle of 315.77º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438AB is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 171 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.17 |
| HSL | 315.77º | 0.64% | 0.53% | - |
| HSV(B) | 315.77º | 0.74% | 0.83% | - |
| XYZ | 35.92 | 19.77 | 40.45 | - |
| YUV | 115.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 171 | 0 | 0.74 | 0.19 | 0.17 | 315.77 | 0.64 | 0.53 |
| Hex | D4 | 38 | AB | 0 | 4A | 13 | 11 | 13C | 40 | 35 |
| Octal | 324 | 70 | 253 | 0 | 112 | 23 | 21 | 474 | 100 | 65 |
| Binary | 11010100 | 111000 | 10101011 | 0 | 1001010 | 10011 | 10001 | 100111100 | 1000000 | 110101 |
Color Harmonies of #D438AB
Complementary color
Monochromatic Colors of #D438AB
Black with #D438AB
Text Example
Text Example
White with #D438AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438AB; }
p { color: rgb(212,56,171); }
H1.HeaderClassName
{
color: #D438AB;
}
.AnyTagClassName
{
color: #D438AB;
}
</style>
background-color css
<style>
a { background-color: #D438AB; }
a { background-color: rgb(212,56,171); }
div.DivClassName
{
background-color: #D438AB;
}
.BgClassName
{
background-color: #D438AB;
}
</style>
border-color css
<style>
span { border-color: #D438AB; }
span { border-color: rgb(212,56,171); }
td.TdClassName
{
border-color: #D438AB;
}
.TagClassName
{
border-color: #D438AB;
}
</style>