Shades of Deep Cerise #D5438B
Tints of Deep Cerise #D5438B
RGB
CMYK
RGB Variations
Color information
#D5438B (or 0xD5438B) is known color: Deep Cerise. HEX triplet: D5, 43 and 8B. RGB value is (213,67,139). Sum of RGB (Red+Green+Blue) = 213+67+139=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5438B is #2ABC74. Grayscale: #767676. Windows color (decimal): -2800757 or 9126869. OLE color: 9126869.
HSL color Cylindrical-coordinate representation of color #D5438B: hue angle of 330.41º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5438B is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 139 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.16 |
| HSL | 330.41º | 0.63% | 0.55% | - |
| HSV(B) | 330.41º | 0.69% | 0.84% | - |
| XYZ | 34.11 | 20.02 | 26.49 | - |
| YUV | 118.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 139 | 0 | 0.69 | 0.35 | 0.16 | 330.41 | 0.63 | 0.55 |
| Hex | D5 | 43 | 8B | 0 | 45 | 23 | 10 | 14A | 3F | 37 |
| Octal | 325 | 103 | 213 | 0 | 105 | 43 | 20 | 512 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10001011 | 0 | 1000101 | 100011 | 10000 | 101001010 | 111111 | 110111 |
Color Harmonies of #D5438B
Complementary color
Monochromatic Colors of #D5438B
Black with #D5438B
Text Example
Text Example
White with #D5438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5438B; }
p { color: rgb(213,67,139); }
H1.HeaderClassName
{
color: #D5438B;
}
.AnyTagClassName
{
color: #D5438B;
}
</style>
background-color css
<style>
a { background-color: #D5438B; }
a { background-color: rgb(213,67,139); }
div.DivClassName
{
background-color: #D5438B;
}
.BgClassName
{
background-color: #D5438B;
}
</style>
border-color css
<style>
span { border-color: #D5438B; }
span { border-color: rgb(213,67,139); }
td.TdClassName
{
border-color: #D5438B;
}
.TagClassName
{
border-color: #D5438B;
}
</style>