Shades of Deep Cerise #D62675
Tints of Deep Cerise #D62675
RGB
CMYK
RGB Variations
Color information
#D62675 (or 0xD62675) is known color: Deep Cerise. HEX triplet: D6, 26 and 75. RGB value is (214,38,117). Sum of RGB (Red+Green+Blue) = 214+38+117=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D62675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62675 is #29D98A. Grayscale: #636363. Windows color (decimal): -2742667 or 7677654. OLE color: 7677654.
HSL color Cylindrical-coordinate representation of color #D62675: hue angle of 333.07º 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 #D62675 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 117 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.16 |
| HSL | 333.07º | 0.7% | 0.49% | - |
| HSV(B) | 333.07º | 0.82% | 0.84% | - |
| XYZ | 31.64 | 16.97 | 18.44 | - |
| YUV | 99.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 117 | 0 | 0.82 | 0.45 | 0.16 | 333.07 | 0.7 | 0.49 |
| Hex | D6 | 26 | 75 | 0 | 52 | 2D | 10 | 14D | 46 | 31 |
| Octal | 326 | 46 | 165 | 0 | 122 | 55 | 20 | 515 | 106 | 61 |
| Binary | 11010110 | 100110 | 1110101 | 0 | 1010010 | 101101 | 10000 | 101001101 | 1000110 | 110001 |
Color Harmonies of #D62675
Complementary color
Monochromatic Colors of #D62675
Black with #D62675
Text Example
Text Example
White with #D62675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62675; }
p { color: rgb(214,38,117); }
H1.HeaderClassName
{
color: #D62675;
}
.AnyTagClassName
{
color: #D62675;
}
</style>
background-color css
<style>
a { background-color: #D62675; }
a { background-color: rgb(214,38,117); }
div.DivClassName
{
background-color: #D62675;
}
.BgClassName
{
background-color: #D62675;
}
</style>
border-color css
<style>
span { border-color: #D62675; }
span { border-color: rgb(214,38,117); }
td.TdClassName
{
border-color: #D62675;
}
.TagClassName
{
border-color: #D62675;
}
</style>