Shades of Deep Cerise #D62CA7
Tints of Deep Cerise #D62CA7
RGB
CMYK
RGB Variations
Color information
#D62CA7 (or 0xD62CA7) is known color: Deep Cerise. HEX triplet: D6, 2C and A7. RGB value is (214,44,167). Sum of RGB (Red+Green+Blue) = 214+44+167=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62CA7 is #29D358. Grayscale: #6C6C6C. Windows color (decimal): -2741081 or 10955990. OLE color: 10955990.
HSL color Cylindrical-coordinate representation of color #D62CA7: hue angle of 316.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62CA7 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 167 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.16 |
| HSL | 316.59º | 0.67% | 0.51% | - |
| HSV(B) | 316.59º | 0.79% | 0.84% | - |
| XYZ | 35.61 | 18.89 | 38.33 | - |
| YUV | 108.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 167 | 0 | 0.79 | 0.22 | 0.16 | 316.59 | 0.67 | 0.51 |
| Hex | D6 | 2C | A7 | 0 | 4F | 16 | 10 | 13D | 43 | 33 |
| Octal | 326 | 54 | 247 | 0 | 117 | 26 | 20 | 475 | 103 | 63 |
| Binary | 11010110 | 101100 | 10100111 | 0 | 1001111 | 10110 | 10000 | 100111101 | 1000011 | 110011 |
Color Harmonies of #D62CA7
Complementary color
Monochromatic Colors of #D62CA7
Black with #D62CA7
Text Example
Text Example
White with #D62CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CA7; }
p { color: rgb(214,44,167); }
H1.HeaderClassName
{
color: #D62CA7;
}
.AnyTagClassName
{
color: #D62CA7;
}
</style>
background-color css
<style>
a { background-color: #D62CA7; }
a { background-color: rgb(214,44,167); }
div.DivClassName
{
background-color: #D62CA7;
}
.BgClassName
{
background-color: #D62CA7;
}
</style>
border-color css
<style>
span { border-color: #D62CA7; }
span { border-color: rgb(214,44,167); }
td.TdClassName
{
border-color: #D62CA7;
}
.TagClassName
{
border-color: #D62CA7;
}
</style>