Shades of Deep Cerise #D74290
Tints of Deep Cerise #D74290
RGB
CMYK
RGB Variations
Color information
#D74290 (or 0xD74290) is known color: Deep Cerise. HEX triplet: D7, 42 and 90. RGB value is (215,66,144). Sum of RGB (Red+Green+Blue) = 215+66+144=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D74290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74290 is #28BD6F. Grayscale: #777777. Windows color (decimal): -2669936 or 9454295. OLE color: 9454295.
HSL color Cylindrical-coordinate representation of color #D74290: hue angle of 328.59º 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 #D74290 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 144 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.16 |
| HSL | 328.59º | 0.65% | 0.55% | - |
| HSV(B) | 328.59º | 0.69% | 0.84% | - |
| XYZ | 35.01 | 20.36 | 28.47 | - |
| YUV | 119.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 144 | 0 | 0.69 | 0.33 | 0.16 | 328.59 | 0.65 | 0.55 |
| Hex | D7 | 42 | 90 | 0 | 45 | 21 | 10 | 149 | 41 | 37 |
| Octal | 327 | 102 | 220 | 0 | 105 | 41 | 20 | 511 | 101 | 67 |
| Binary | 11010111 | 1000010 | 10010000 | 0 | 1000101 | 100001 | 10000 | 101001001 | 1000001 | 110111 |
Color Harmonies of #D74290
Complementary color
Monochromatic Colors of #D74290
Black with #D74290
Text Example
Text Example
White with #D74290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74290; }
p { color: rgb(215,66,144); }
H1.HeaderClassName
{
color: #D74290;
}
.AnyTagClassName
{
color: #D74290;
}
</style>
background-color css
<style>
a { background-color: #D74290; }
a { background-color: rgb(215,66,144); }
div.DivClassName
{
background-color: #D74290;
}
.BgClassName
{
background-color: #D74290;
}
</style>
border-color css
<style>
span { border-color: #D74290; }
span { border-color: rgb(215,66,144); }
td.TdClassName
{
border-color: #D74290;
}
.TagClassName
{
border-color: #D74290;
}
</style>