Shades of Deep Cerise #D6277B
Tints of Deep Cerise #D6277B
RGB
CMYK
RGB Variations
Color information
#D6277B (or 0xD6277B) is known color: Deep Cerise. HEX triplet: D6, 27 and 7B. RGB value is (214,39,123). Sum of RGB (Red+Green+Blue) = 214+39+123=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6277B is #29D884. Grayscale: #646464. Windows color (decimal): -2742405 or 8071126. OLE color: 8071126.
HSL color Cylindrical-coordinate representation of color #D6277B: hue angle of 331.2º 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 #D6277B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 123 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.16 |
| HSL | 331.2º | 0.69% | 0.5% | - |
| HSV(B) | 331.2º | 0.82% | 0.84% | - |
| XYZ | 32.03 | 17.18 | 20.37 | - |
| YUV | 100.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 123 | 0 | 0.82 | 0.43 | 0.16 | 331.2 | 0.69 | 0.5 |
| Hex | D6 | 27 | 7B | 0 | 52 | 2B | 10 | 14B | 45 | 32 |
| Octal | 326 | 47 | 173 | 0 | 122 | 53 | 20 | 513 | 105 | 62 |
| Binary | 11010110 | 100111 | 1111011 | 0 | 1010010 | 101011 | 10000 | 101001011 | 1000101 | 110010 |
Color Harmonies of #D6277B
Complementary color
Monochromatic Colors of #D6277B
Black with #D6277B
Text Example
Text Example
White with #D6277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6277B; }
p { color: rgb(214,39,123); }
H1.HeaderClassName
{
color: #D6277B;
}
.AnyTagClassName
{
color: #D6277B;
}
</style>
background-color css
<style>
a { background-color: #D6277B; }
a { background-color: rgb(214,39,123); }
div.DivClassName
{
background-color: #D6277B;
}
.BgClassName
{
background-color: #D6277B;
}
</style>
border-color css
<style>
span { border-color: #D6277B; }
span { border-color: rgb(214,39,123); }
td.TdClassName
{
border-color: #D6277B;
}
.TagClassName
{
border-color: #D6277B;
}
</style>