Shades of Deep Cerise #D6269A
Tints of Deep Cerise #D6269A
RGB
CMYK
RGB Variations
Color information
#D6269A (or 0xD6269A) is known color: Deep Cerise. HEX triplet: D6, 26 and 9A. RGB value is (214,38,154). Sum of RGB (Red+Green+Blue) = 214+38+154=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6269A is #29D965. Grayscale: #676767. Windows color (decimal): -2742630 or 10102486. OLE color: 10102486.
HSL color Cylindrical-coordinate representation of color #D6269A: hue angle of 320.45º 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 #D6269A is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 154 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.16 |
| HSL | 320.45º | 0.7% | 0.49% | - |
| HSV(B) | 320.45º | 0.82% | 0.84% | - |
| XYZ | 34.26 | 18.02 | 32.24 | - |
| YUV | 103.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 154 | 0 | 0.82 | 0.28 | 0.16 | 320.45 | 0.7 | 0.49 |
| Hex | D6 | 26 | 9A | 0 | 52 | 1C | 10 | 140 | 46 | 31 |
| Octal | 326 | 46 | 232 | 0 | 122 | 34 | 20 | 500 | 106 | 61 |
| Binary | 11010110 | 100110 | 10011010 | 0 | 1010010 | 11100 | 10000 | 101000000 | 1000110 | 110001 |
Color Harmonies of #D6269A
Complementary color
Monochromatic Colors of #D6269A
Black with #D6269A
Text Example
Text Example
White with #D6269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6269A; }
p { color: rgb(214,38,154); }
H1.HeaderClassName
{
color: #D6269A;
}
.AnyTagClassName
{
color: #D6269A;
}
</style>
background-color css
<style>
a { background-color: #D6269A; }
a { background-color: rgb(214,38,154); }
div.DivClassName
{
background-color: #D6269A;
}
.BgClassName
{
background-color: #D6269A;
}
</style>
border-color css
<style>
span { border-color: #D6269A; }
span { border-color: rgb(214,38,154); }
td.TdClassName
{
border-color: #D6269A;
}
.TagClassName
{
border-color: #D6269A;
}
</style>