Shades of Deep Cerise #D62375
Tints of Deep Cerise #D62375
RGB
CMYK
RGB Variations
Color information
#D62375 (or 0xD62375) is known color: Deep Cerise. HEX triplet: D6, 23 and 75. RGB value is (214,35,117). Sum of RGB (Red+Green+Blue) = 214+35+117=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D62375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62375 is #29DC8A. Grayscale: #616161. Windows color (decimal): -2743435 or 7676886. OLE color: 7676886.
HSL color Cylindrical-coordinate representation of color #D62375: hue angle of 332.51º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62375 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 117 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.16 |
| HSL | 332.51º | 0.72% | 0.49% | - |
| HSV(B) | 332.51º | 0.84% | 0.84% | - |
| XYZ | 31.54 | 16.78 | 18.41 | - |
| YUV | 97.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 117 | 0 | 0.84 | 0.45 | 0.16 | 332.51 | 0.72 | 0.49 |
| Hex | D6 | 23 | 75 | 0 | 54 | 2D | 10 | 14D | 48 | 31 |
| Octal | 326 | 43 | 165 | 0 | 124 | 55 | 20 | 515 | 110 | 61 |
| Binary | 11010110 | 100011 | 1110101 | 0 | 1010100 | 101101 | 10000 | 101001101 | 1001000 | 110001 |
Color Harmonies of #D62375
Complementary color
Monochromatic Colors of #D62375
Black with #D62375
Text Example
Text Example
White with #D62375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62375; }
p { color: rgb(214,35,117); }
H1.HeaderClassName
{
color: #D62375;
}
.AnyTagClassName
{
color: #D62375;
}
</style>
background-color css
<style>
a { background-color: #D62375; }
a { background-color: rgb(214,35,117); }
div.DivClassName
{
background-color: #D62375;
}
.BgClassName
{
background-color: #D62375;
}
</style>
border-color css
<style>
span { border-color: #D62375; }
span { border-color: rgb(214,35,117); }
td.TdClassName
{
border-color: #D62375;
}
.TagClassName
{
border-color: #D62375;
}
</style>