Shades of Deep Cerise #D74385
Tints of Deep Cerise #D74385
RGB
CMYK
RGB Variations
Color information
#D74385 (or 0xD74385) is known color: Deep Cerise. HEX triplet: D7, 43 and 85. RGB value is (215,67,133). Sum of RGB (Red+Green+Blue) = 215+67+133=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D74385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74385 is #28BC7A. Grayscale: #767676. Windows color (decimal): -2669691 or 8733655. OLE color: 8733655.
HSL color Cylindrical-coordinate representation of color #D74385: hue angle of 333.24º 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 #D74385 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 133 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.16 |
| HSL | 333.24º | 0.65% | 0.55% | - |
| HSV(B) | 333.24º | 0.69% | 0.84% | - |
| XYZ | 34.27 | 20.15 | 24.27 | - |
| YUV | 118.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 133 | 0 | 0.69 | 0.38 | 0.16 | 333.24 | 0.65 | 0.55 |
| Hex | D7 | 43 | 85 | 0 | 45 | 26 | 10 | 14D | 41 | 37 |
| Octal | 327 | 103 | 205 | 0 | 105 | 46 | 20 | 515 | 101 | 67 |
| Binary | 11010111 | 1000011 | 10000101 | 0 | 1000101 | 100110 | 10000 | 101001101 | 1000001 | 110111 |
Color Harmonies of #D74385
Complementary color
Monochromatic Colors of #D74385
Black with #D74385
Text Example
Text Example
White with #D74385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74385; }
p { color: rgb(215,67,133); }
H1.HeaderClassName
{
color: #D74385;
}
.AnyTagClassName
{
color: #D74385;
}
</style>
background-color css
<style>
a { background-color: #D74385; }
a { background-color: rgb(215,67,133); }
div.DivClassName
{
background-color: #D74385;
}
.BgClassName
{
background-color: #D74385;
}
</style>
border-color css
<style>
span { border-color: #D74385; }
span { border-color: rgb(215,67,133); }
td.TdClassName
{
border-color: #D74385;
}
.TagClassName
{
border-color: #D74385;
}
</style>