Shades of Deep Cerise #D4268C
Tints of Deep Cerise #D4268C
RGB
CMYK
RGB Variations
Color information
#D4268C (or 0xD4268C) is known color: Deep Cerise. HEX triplet: D4, 26 and 8C. RGB value is (212,38,140). Sum of RGB (Red+Green+Blue) = 212+38+140=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4268C is #2BD973. Grayscale: #656565. Windows color (decimal): -2873716 or 9184980. OLE color: 9184980.
HSL color Cylindrical-coordinate representation of color #D4268C: hue angle of 324.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4268C is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 140 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.17 |
| HSL | 324.83º | 0.7% | 0.49% | - |
| HSV(B) | 324.83º | 0.82% | 0.83% | - |
| XYZ | 32.58 | 17.28 | 26.43 | - |
| YUV | 101.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 140 | 0 | 0.82 | 0.34 | 0.17 | 324.83 | 0.7 | 0.49 |
| Hex | D4 | 26 | 8C | 0 | 52 | 22 | 11 | 145 | 46 | 31 |
| Octal | 324 | 46 | 214 | 0 | 122 | 42 | 21 | 505 | 106 | 61 |
| Binary | 11010100 | 100110 | 10001100 | 0 | 1010010 | 100010 | 10001 | 101000101 | 1000110 | 110001 |
Color Harmonies of #D4268C
Complementary color
Monochromatic Colors of #D4268C
Black with #D4268C
Text Example
Text Example
White with #D4268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4268C; }
p { color: rgb(212,38,140); }
H1.HeaderClassName
{
color: #D4268C;
}
.AnyTagClassName
{
color: #D4268C;
}
</style>
background-color css
<style>
a { background-color: #D4268C; }
a { background-color: rgb(212,38,140); }
div.DivClassName
{
background-color: #D4268C;
}
.BgClassName
{
background-color: #D4268C;
}
</style>
border-color css
<style>
span { border-color: #D4268C; }
span { border-color: rgb(212,38,140); }
td.TdClassName
{
border-color: #D4268C;
}
.TagClassName
{
border-color: #D4268C;
}
</style>