Shades of Deep Cerise #D74285
Tints of Deep Cerise #D74285
RGB
CMYK
RGB Variations
Color information
#D74285 (or 0xD74285) is known color: Deep Cerise. HEX triplet: D7, 42 and 85. RGB value is (215,66,133). Sum of RGB (Red+Green+Blue) = 215+66+133=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D74285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74285 is #28BD7A. Grayscale: #767676. Windows color (decimal): -2669947 or 8733399. OLE color: 8733399.
HSL color Cylindrical-coordinate representation of color #D74285: hue angle of 333.02º 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 #D74285 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 133 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.16 |
| HSL | 333.02º | 0.65% | 0.55% | - |
| HSV(B) | 333.02º | 0.69% | 0.84% | - |
| XYZ | 34.21 | 20.04 | 24.25 | - |
| YUV | 118.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 133 | 0 | 0.69 | 0.38 | 0.16 | 333.02 | 0.65 | 0.55 |
| Hex | D7 | 42 | 85 | 0 | 45 | 26 | 10 | 14D | 41 | 37 |
| Octal | 327 | 102 | 205 | 0 | 105 | 46 | 20 | 515 | 101 | 67 |
| Binary | 11010111 | 1000010 | 10000101 | 0 | 1000101 | 100110 | 10000 | 101001101 | 1000001 | 110111 |
Color Harmonies of #D74285
Complementary color
Monochromatic Colors of #D74285
Black with #D74285
Text Example
Text Example
White with #D74285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74285; }
p { color: rgb(215,66,133); }
H1.HeaderClassName
{
color: #D74285;
}
.AnyTagClassName
{
color: #D74285;
}
</style>
background-color css
<style>
a { background-color: #D74285; }
a { background-color: rgb(215,66,133); }
div.DivClassName
{
background-color: #D74285;
}
.BgClassName
{
background-color: #D74285;
}
</style>
border-color css
<style>
span { border-color: #D74285; }
span { border-color: rgb(215,66,133); }
td.TdClassName
{
border-color: #D74285;
}
.TagClassName
{
border-color: #D74285;
}
</style>