Shades of Deep Cerise #D6277F
Tints of Deep Cerise #D6277F
RGB
CMYK
RGB Variations
Color information
#D6277F (or 0xD6277F) is known color: Deep Cerise. HEX triplet: D6, 27 and 7F. RGB value is (214,39,127). Sum of RGB (Red+Green+Blue) = 214+39+127=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6277F is #29D880. Grayscale: #656565. Windows color (decimal): -2742401 or 8333270. OLE color: 8333270.
HSL color Cylindrical-coordinate representation of color #D6277F: hue angle of 329.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6277F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 127 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.16 |
| HSL | 329.83º | 0.69% | 0.5% | - |
| HSV(B) | 329.83º | 0.82% | 0.84% | - |
| XYZ | 32.29 | 17.28 | 21.71 | - |
| YUV | 101.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 127 | 0 | 0.82 | 0.41 | 0.16 | 329.83 | 0.69 | 0.5 |
| Hex | D6 | 27 | 7F | 0 | 52 | 29 | 10 | 14A | 45 | 32 |
| Octal | 326 | 47 | 177 | 0 | 122 | 51 | 20 | 512 | 105 | 62 |
| Binary | 11010110 | 100111 | 1111111 | 0 | 1010010 | 101001 | 10000 | 101001010 | 1000101 | 110010 |
Color Harmonies of #D6277F
Complementary color
Monochromatic Colors of #D6277F
Black with #D6277F
Text Example
Text Example
White with #D6277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6277F; }
p { color: rgb(214,39,127); }
H1.HeaderClassName
{
color: #D6277F;
}
.AnyTagClassName
{
color: #D6277F;
}
</style>
background-color css
<style>
a { background-color: #D6277F; }
a { background-color: rgb(214,39,127); }
div.DivClassName
{
background-color: #D6277F;
}
.BgClassName
{
background-color: #D6277F;
}
</style>
border-color css
<style>
span { border-color: #D6277F; }
span { border-color: rgb(214,39,127); }
td.TdClassName
{
border-color: #D6277F;
}
.TagClassName
{
border-color: #D6277F;
}
</style>