Shades of Deep Cerise #D7268A
Tints of Deep Cerise #D7268A
RGB
CMYK
RGB Variations
Color information
#D7268A (or 0xD7268A) is known color: Deep Cerise. HEX triplet: D7, 26 and 8A. RGB value is (215,38,138). Sum of RGB (Red+Green+Blue) = 215+38+138=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7268A is #28D975. Grayscale: #666666. Windows color (decimal): -2677110 or 9053911. OLE color: 9053911.
HSL color Cylindrical-coordinate representation of color #D7268A: hue angle of 326.1º degrees, saturation: 0.7, 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 #D7268A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 138 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.16 |
| HSL | 326.1º | 0.7% | 0.5% | - |
| HSV(B) | 326.1º | 0.82% | 0.84% | - |
| XYZ | 33.3 | 17.67 | 25.7 | - |
| YUV | 102.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 138 | 0 | 0.82 | 0.36 | 0.16 | 326.1 | 0.7 | 0.5 |
| Hex | D7 | 26 | 8A | 0 | 52 | 24 | 10 | 146 | 46 | 32 |
| Octal | 327 | 46 | 212 | 0 | 122 | 44 | 20 | 506 | 106 | 62 |
| Binary | 11010111 | 100110 | 10001010 | 0 | 1010010 | 100100 | 10000 | 101000110 | 1000110 | 110010 |
Color Harmonies of #D7268A
Complementary color
Monochromatic Colors of #D7268A
Black with #D7268A
Text Example
Text Example
White with #D7268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7268A; }
p { color: rgb(215,38,138); }
H1.HeaderClassName
{
color: #D7268A;
}
.AnyTagClassName
{
color: #D7268A;
}
</style>
background-color css
<style>
a { background-color: #D7268A; }
a { background-color: rgb(215,38,138); }
div.DivClassName
{
background-color: #D7268A;
}
.BgClassName
{
background-color: #D7268A;
}
</style>
border-color css
<style>
span { border-color: #D7268A; }
span { border-color: rgb(215,38,138); }
td.TdClassName
{
border-color: #D7268A;
}
.TagClassName
{
border-color: #D7268A;
}
</style>