Shades of Deep Cerise #D8438A
Tints of Deep Cerise #D8438A
RGB
CMYK
RGB Variations
Color information
#D8438A (or 0xD8438A) is known color: Deep Cerise. HEX triplet: D8, 43 and 8A. RGB value is (216,67,138). Sum of RGB (Red+Green+Blue) = 216+67+138=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8438A is #27BC75. Grayscale: #777777. Windows color (decimal): -2604150 or 9061336. OLE color: 9061336.
HSL color Cylindrical-coordinate representation of color #D8438A: hue angle of 331.41º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8438A is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 138 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.15 |
| HSL | 331.41º | 0.66% | 0.55% | - |
| HSV(B) | 331.41º | 0.69% | 0.85% | - |
| XYZ | 34.91 | 20.45 | 26.15 | - |
| YUV | 119.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 138 | 0 | 0.69 | 0.36 | 0.15 | 331.41 | 0.66 | 0.55 |
| Hex | D8 | 43 | 8A | 0 | 45 | 24 | F | 14B | 42 | 37 |
| Octal | 330 | 103 | 212 | 0 | 105 | 44 | 17 | 513 | 102 | 67 |
| Binary | 11011000 | 1000011 | 10001010 | 0 | 1000101 | 100100 | 1111 | 101001011 | 1000010 | 110111 |
Color Harmonies of #D8438A
Complementary color
Monochromatic Colors of #D8438A
Black with #D8438A
Text Example
Text Example
White with #D8438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8438A; }
p { color: rgb(216,67,138); }
H1.HeaderClassName
{
color: #D8438A;
}
.AnyTagClassName
{
color: #D8438A;
}
</style>
background-color css
<style>
a { background-color: #D8438A; }
a { background-color: rgb(216,67,138); }
div.DivClassName
{
background-color: #D8438A;
}
.BgClassName
{
background-color: #D8438A;
}
</style>
border-color css
<style>
span { border-color: #D8438A; }
span { border-color: rgb(216,67,138); }
td.TdClassName
{
border-color: #D8438A;
}
.TagClassName
{
border-color: #D8438A;
}
</style>