Shades of Deep Cerise #D62B8F
Tints of Deep Cerise #D62B8F
RGB
CMYK
RGB Variations
Color information
#D62B8F (or 0xD62B8F) is known color: Deep Cerise. HEX triplet: D6, 2B and 8F. RGB value is (214,43,143). Sum of RGB (Red+Green+Blue) = 214+43+143=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B8F is #29D470. Grayscale: #696969. Windows color (decimal): -2741361 or 9382870. OLE color: 9382870.
HSL color Cylindrical-coordinate representation of color #D62B8F: hue angle of 324.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B8F is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 143 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.16 |
| HSL | 324.91º | 0.68% | 0.5% | - |
| HSV(B) | 324.91º | 0.8% | 0.84% | - |
| XYZ | 33.55 | 18.01 | 27.69 | - |
| YUV | 105.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 143 | 0 | 0.80 | 0.33 | 0.16 | 324.91 | 0.68 | 0.5 |
| Hex | D6 | 2B | 8F | 0 | 50 | 21 | 10 | 145 | 44 | 32 |
| Octal | 326 | 53 | 217 | 0 | 120 | 41 | 20 | 505 | 104 | 62 |
| Binary | 11010110 | 101011 | 10001111 | 0 | 1010000 | 100001 | 10000 | 101000101 | 1000100 | 110010 |
Color Harmonies of #D62B8F
Complementary color
Monochromatic Colors of #D62B8F
Black with #D62B8F
Text Example
Text Example
White with #D62B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B8F; }
p { color: rgb(214,43,143); }
H1.HeaderClassName
{
color: #D62B8F;
}
.AnyTagClassName
{
color: #D62B8F;
}
</style>
background-color css
<style>
a { background-color: #D62B8F; }
a { background-color: rgb(214,43,143); }
div.DivClassName
{
background-color: #D62B8F;
}
.BgClassName
{
background-color: #D62B8F;
}
</style>
border-color css
<style>
span { border-color: #D62B8F; }
span { border-color: rgb(214,43,143); }
td.TdClassName
{
border-color: #D62B8F;
}
.TagClassName
{
border-color: #D62B8F;
}
</style>