Shades of Deep Cerise #D7438D
Tints of Deep Cerise #D7438D
RGB
CMYK
RGB Variations
Color information
#D7438D (or 0xD7438D) is known color: Deep Cerise. HEX triplet: D7, 43 and 8D. RGB value is (215,67,141). Sum of RGB (Red+Green+Blue) = 215+67+141=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7438D is #28BC72. Grayscale: #777777. Windows color (decimal): -2669683 or 9257943. OLE color: 9257943.
HSL color Cylindrical-coordinate representation of color #D7438D: hue angle of 330º degrees, saturation: 0.65, 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 #D7438D is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 141 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.16 |
| HSL | 330º | 0.65% | 0.55% | - |
| HSV(B) | 330º | 0.69% | 0.84% | - |
| XYZ | 34.84 | 20.38 | 27.3 | - |
| YUV | 119.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 141 | 0 | 0.69 | 0.34 | 0.16 | 330 | 0.65 | 0.55 |
| Hex | D7 | 43 | 8D | 0 | 45 | 22 | 10 | 14A | 41 | 37 |
| Octal | 327 | 103 | 215 | 0 | 105 | 42 | 20 | 512 | 101 | 67 |
| Binary | 11010111 | 1000011 | 10001101 | 0 | 1000101 | 100010 | 10000 | 101001010 | 1000001 | 110111 |
Color Harmonies of #D7438D
Complementary color
Monochromatic Colors of #D7438D
Black with #D7438D
Text Example
Text Example
White with #D7438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7438D; }
p { color: rgb(215,67,141); }
H1.HeaderClassName
{
color: #D7438D;
}
.AnyTagClassName
{
color: #D7438D;
}
</style>
background-color css
<style>
a { background-color: #D7438D; }
a { background-color: rgb(215,67,141); }
div.DivClassName
{
background-color: #D7438D;
}
.BgClassName
{
background-color: #D7438D;
}
</style>
border-color css
<style>
span { border-color: #D7438D; }
span { border-color: rgb(215,67,141); }
td.TdClassName
{
border-color: #D7438D;
}
.TagClassName
{
border-color: #D7438D;
}
</style>