Shades of Deep Cerise #D74585
Tints of Deep Cerise #D74585
RGB
CMYK
RGB Variations
Color information
#D74585 (or 0xD74585) is known color: Deep Cerise. HEX triplet: D7, 45 and 85. RGB value is (215,69,133). Sum of RGB (Red+Green+Blue) = 215+69+133=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D74585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74585 is #28BA7A. Grayscale: #777777. Windows color (decimal): -2669179 or 8734167. OLE color: 8734167.
HSL color Cylindrical-coordinate representation of color #D74585: hue angle of 333.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74585 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 133 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.16 |
| HSL | 333.7º | 0.65% | 0.56% | - |
| HSV(B) | 333.7º | 0.68% | 0.84% | - |
| XYZ | 34.39 | 20.4 | 24.31 | - |
| YUV | 119.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 133 | 0 | 0.68 | 0.38 | 0.16 | 333.7 | 0.65 | 0.56 |
| Hex | D7 | 45 | 85 | 0 | 44 | 26 | 10 | 14E | 41 | 38 |
| Octal | 327 | 105 | 205 | 0 | 104 | 46 | 20 | 516 | 101 | 70 |
| Binary | 11010111 | 1000101 | 10000101 | 0 | 1000100 | 100110 | 10000 | 101001110 | 1000001 | 111000 |
Color Harmonies of #D74585
Complementary color
Monochromatic Colors of #D74585
Black with #D74585
Text Example
Text Example
White with #D74585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74585; }
p { color: rgb(215,69,133); }
H1.HeaderClassName
{
color: #D74585;
}
.AnyTagClassName
{
color: #D74585;
}
</style>
background-color css
<style>
a { background-color: #D74585; }
a { background-color: rgb(215,69,133); }
div.DivClassName
{
background-color: #D74585;
}
.BgClassName
{
background-color: #D74585;
}
</style>
border-color css
<style>
span { border-color: #D74585; }
span { border-color: rgb(215,69,133); }
td.TdClassName
{
border-color: #D74585;
}
.TagClassName
{
border-color: #D74585;
}
</style>