Shades of Deep Cerise #D62F7D
Tints of Deep Cerise #D62F7D
RGB
CMYK
RGB Variations
Color information
#D62F7D (or 0xD62F7D) is known color: Deep Cerise. HEX triplet: D6, 2F and 7D. RGB value is (214,47,125). Sum of RGB (Red+Green+Blue) = 214+47+125=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F7D is #29D082. Grayscale: #696969. Windows color (decimal): -2740355 or 8204246. OLE color: 8204246.
HSL color Cylindrical-coordinate representation of color #D62F7D: hue angle of 331.98º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F7D is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 125 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.16 |
| HSL | 331.98º | 0.67% | 0.51% | - |
| HSV(B) | 331.98º | 0.78% | 0.84% | - |
| XYZ | 32.45 | 17.81 | 21.13 | - |
| YUV | 105.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 125 | 0 | 0.78 | 0.42 | 0.16 | 331.98 | 0.67 | 0.51 |
| Hex | D6 | 2F | 7D | 0 | 4E | 2A | 10 | 14C | 43 | 33 |
| Octal | 326 | 57 | 175 | 0 | 116 | 52 | 20 | 514 | 103 | 63 |
| Binary | 11010110 | 101111 | 1111101 | 0 | 1001110 | 101010 | 10000 | 101001100 | 1000011 | 110011 |
Color Harmonies of #D62F7D
Complementary color
Monochromatic Colors of #D62F7D
Black with #D62F7D
Text Example
Text Example
White with #D62F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F7D; }
p { color: rgb(214,47,125); }
H1.HeaderClassName
{
color: #D62F7D;
}
.AnyTagClassName
{
color: #D62F7D;
}
</style>
background-color css
<style>
a { background-color: #D62F7D; }
a { background-color: rgb(214,47,125); }
div.DivClassName
{
background-color: #D62F7D;
}
.BgClassName
{
background-color: #D62F7D;
}
</style>
border-color css
<style>
span { border-color: #D62F7D; }
span { border-color: rgb(214,47,125); }
td.TdClassName
{
border-color: #D62F7D;
}
.TagClassName
{
border-color: #D62F7D;
}
</style>