Shades of Deep Cerise #D6267A
Tints of Deep Cerise #D6267A
RGB
CMYK
RGB Variations
Color information
#D6267A (or 0xD6267A) is known color: Deep Cerise. HEX triplet: D6, 26 and 7A. RGB value is (214,38,122). Sum of RGB (Red+Green+Blue) = 214+38+122=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6267A is #29D985. Grayscale: #646464. Windows color (decimal): -2742662 or 8005334. OLE color: 8005334.
HSL color Cylindrical-coordinate representation of color #D6267A: hue angle of 331.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6267A is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 122 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.16 |
| HSL | 331.36º | 0.7% | 0.49% | - |
| HSV(B) | 331.36º | 0.82% | 0.84% | - |
| XYZ | 31.94 | 17.09 | 20.03 | - |
| YUV | 100.2 | 140.31 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 122 | 0 | 0.82 | 0.43 | 0.16 | 331.36 | 0.7 | 0.49 |
| Hex | D6 | 26 | 7A | 0 | 52 | 2B | 10 | 14B | 46 | 31 |
| Octal | 326 | 46 | 172 | 0 | 122 | 53 | 20 | 513 | 106 | 61 |
| Binary | 11010110 | 100110 | 1111010 | 0 | 1010010 | 101011 | 10000 | 101001011 | 1000110 | 110001 |
Color Harmonies of #D6267A
Complementary color
Monochromatic Colors of #D6267A
Black with #D6267A
Text Example
Text Example
White with #D6267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6267A; }
p { color: rgb(214,38,122); }
H1.HeaderClassName
{
color: #D6267A;
}
.AnyTagClassName
{
color: #D6267A;
}
</style>
background-color css
<style>
a { background-color: #D6267A; }
a { background-color: rgb(214,38,122); }
div.DivClassName
{
background-color: #D6267A;
}
.BgClassName
{
background-color: #D6267A;
}
</style>
border-color css
<style>
span { border-color: #D6267A; }
span { border-color: rgb(214,38,122); }
td.TdClassName
{
border-color: #D6267A;
}
.TagClassName
{
border-color: #D6267A;
}
</style>