Shades of Deep Cerise #D438AA
Tints of Deep Cerise #D438AA
RGB
CMYK
RGB Variations
Color information
#D438AA (or 0xD438AA) is known color: Deep Cerise. HEX triplet: D4, 38 and AA. RGB value is (212,56,170). Sum of RGB (Red+Green+Blue) = 212+56+170=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D438AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D438AA is #2BC755. Grayscale: #737373. Windows color (decimal): -2869078 or 11155668. OLE color: 11155668.
HSL color Cylindrical-coordinate representation of color #D438AA: hue angle of 316.15º 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 #D438AA is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 170 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.17 |
| HSL | 316.15º | 0.64% | 0.53% | - |
| HSV(B) | 316.15º | 0.74% | 0.83% | - |
| XYZ | 35.82 | 19.73 | 39.95 | - |
| YUV | 115.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 170 | 0 | 0.74 | 0.20 | 0.17 | 316.15 | 0.64 | 0.53 |
| Hex | D4 | 38 | AA | 0 | 4A | 14 | 11 | 13C | 40 | 35 |
| Octal | 324 | 70 | 252 | 0 | 112 | 24 | 21 | 474 | 100 | 65 |
| Binary | 11010100 | 111000 | 10101010 | 0 | 1001010 | 10100 | 10001 | 100111100 | 1000000 | 110101 |
Color Harmonies of #D438AA
Complementary color
Monochromatic Colors of #D438AA
Black with #D438AA
Text Example
Text Example
White with #D438AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438AA; }
p { color: rgb(212,56,170); }
H1.HeaderClassName
{
color: #D438AA;
}
.AnyTagClassName
{
color: #D438AA;
}
</style>
background-color css
<style>
a { background-color: #D438AA; }
a { background-color: rgb(212,56,170); }
div.DivClassName
{
background-color: #D438AA;
}
.BgClassName
{
background-color: #D438AA;
}
</style>
border-color css
<style>
span { border-color: #D438AA; }
span { border-color: rgb(212,56,170); }
td.TdClassName
{
border-color: #D438AA;
}
.TagClassName
{
border-color: #D438AA;
}
</style>