Shades of Deep Cerise #D74390
Tints of Deep Cerise #D74390
RGB
CMYK
RGB Variations
Color information
#D74390 (or 0xD74390) is known color: Deep Cerise. HEX triplet: D7, 43 and 90. RGB value is (215,67,144). Sum of RGB (Red+Green+Blue) = 215+67+144=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D74390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74390 is #28BC6F. Grayscale: #777777. Windows color (decimal): -2669680 or 9454551. OLE color: 9454551.
HSL color Cylindrical-coordinate representation of color #D74390: hue angle of 328.78º 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 #D74390 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 144 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.16 |
| HSL | 328.78º | 0.65% | 0.55% | - |
| HSV(B) | 328.78º | 0.69% | 0.84% | - |
| XYZ | 35.07 | 20.48 | 28.49 | - |
| YUV | 120.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 144 | 0 | 0.69 | 0.33 | 0.16 | 328.78 | 0.65 | 0.55 |
| Hex | D7 | 43 | 90 | 0 | 45 | 21 | 10 | 149 | 41 | 37 |
| Octal | 327 | 103 | 220 | 0 | 105 | 41 | 20 | 511 | 101 | 67 |
| Binary | 11010111 | 1000011 | 10010000 | 0 | 1000101 | 100001 | 10000 | 101001001 | 1000001 | 110111 |
Color Harmonies of #D74390
Complementary color
Monochromatic Colors of #D74390
Black with #D74390
Text Example
Text Example
White with #D74390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74390; }
p { color: rgb(215,67,144); }
H1.HeaderClassName
{
color: #D74390;
}
.AnyTagClassName
{
color: #D74390;
}
</style>
background-color css
<style>
a { background-color: #D74390; }
a { background-color: rgb(215,67,144); }
div.DivClassName
{
background-color: #D74390;
}
.BgClassName
{
background-color: #D74390;
}
</style>
border-color css
<style>
span { border-color: #D74390; }
span { border-color: rgb(215,67,144); }
td.TdClassName
{
border-color: #D74390;
}
.TagClassName
{
border-color: #D74390;
}
</style>