Shades of Deep Cerise #D62685
Tints of Deep Cerise #D62685
RGB
CMYK
RGB Variations
Color information
#D62685 (or 0xD62685) is known color: Deep Cerise. HEX triplet: D6, 26 and 85. RGB value is (214,38,133). Sum of RGB (Red+Green+Blue) = 214+38+133=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D62685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62685 is #29D97A. Grayscale: #656565. Windows color (decimal): -2742651 or 8726230. OLE color: 8726230.
HSL color Cylindrical-coordinate representation of color #D62685: hue angle of 327.61º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62685 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 133 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.16 |
| HSL | 327.61º | 0.7% | 0.49% | - |
| HSV(B) | 327.61º | 0.82% | 0.84% | - |
| XYZ | 32.66 | 17.38 | 23.82 | - |
| YUV | 101.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 133 | 0 | 0.82 | 0.38 | 0.16 | 327.61 | 0.7 | 0.49 |
| Hex | D6 | 26 | 85 | 0 | 52 | 26 | 10 | 148 | 46 | 31 |
| Octal | 326 | 46 | 205 | 0 | 122 | 46 | 20 | 510 | 106 | 61 |
| Binary | 11010110 | 100110 | 10000101 | 0 | 1010010 | 100110 | 10000 | 101001000 | 1000110 | 110001 |
Color Harmonies of #D62685
Complementary color
Monochromatic Colors of #D62685
Black with #D62685
Text Example
Text Example
White with #D62685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62685; }
p { color: rgb(214,38,133); }
H1.HeaderClassName
{
color: #D62685;
}
.AnyTagClassName
{
color: #D62685;
}
</style>
background-color css
<style>
a { background-color: #D62685; }
a { background-color: rgb(214,38,133); }
div.DivClassName
{
background-color: #D62685;
}
.BgClassName
{
background-color: #D62685;
}
</style>
border-color css
<style>
span { border-color: #D62685; }
span { border-color: rgb(214,38,133); }
td.TdClassName
{
border-color: #D62685;
}
.TagClassName
{
border-color: #D62685;
}
</style>