Shades of Deep Cerise #D63675
Tints of Deep Cerise #D63675
RGB
CMYK
RGB Variations
Color information
#D63675 (or 0xD63675) is known color: Deep Cerise. HEX triplet: D6, 36 and 75. RGB value is (214,54,117). Sum of RGB (Red+Green+Blue) = 214+54+117=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D63675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63675 is #29C98A. Grayscale: #6C6C6C. Windows color (decimal): -2738571 or 7681750. OLE color: 7681750.
HSL color Cylindrical-coordinate representation of color #D63675: hue angle of 336.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63675 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 117 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.16 |
| HSL | 336.38º | 0.66% | 0.53% | - |
| HSV(B) | 336.38º | 0.75% | 0.84% | - |
| XYZ | 32.26 | 18.22 | 18.65 | - |
| YUV | 109.02 | 132.51 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 117 | 0 | 0.75 | 0.45 | 0.16 | 336.38 | 0.66 | 0.53 |
| Hex | D6 | 36 | 75 | 0 | 4B | 2D | 10 | 150 | 42 | 35 |
| Octal | 326 | 66 | 165 | 0 | 113 | 55 | 20 | 520 | 102 | 65 |
| Binary | 11010110 | 110110 | 1110101 | 0 | 1001011 | 101101 | 10000 | 101010000 | 1000010 | 110101 |
Color Harmonies of #D63675
Complementary color
Monochromatic Colors of #D63675
Black with #D63675
Text Example
Text Example
White with #D63675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63675; }
p { color: rgb(214,54,117); }
H1.HeaderClassName
{
color: #D63675;
}
.AnyTagClassName
{
color: #D63675;
}
</style>
background-color css
<style>
a { background-color: #D63675; }
a { background-color: rgb(214,54,117); }
div.DivClassName
{
background-color: #D63675;
}
.BgClassName
{
background-color: #D63675;
}
</style>
border-color css
<style>
span { border-color: #D63675; }
span { border-color: rgb(214,54,117); }
td.TdClassName
{
border-color: #D63675;
}
.TagClassName
{
border-color: #D63675;
}
</style>