Shades of Deep Cerise #D3268D
Tints of Deep Cerise #D3268D
RGB
CMYK
RGB Variations
Color information
#D3268D (or 0xD3268D) is known color: Deep Cerise. HEX triplet: D3, 26 and 8D. RGB value is (211,38,141). Sum of RGB (Red+Green+Blue) = 211+38+141=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3268D is #2CD972. Grayscale: #656565. Windows color (decimal): -2939251 or 9250515. OLE color: 9250515.
HSL color Cylindrical-coordinate representation of color #D3268D: hue angle of 324.28º degrees, saturation: 0.69, 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 #D3268D is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 141 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.17 |
| HSL | 324.28º | 0.69% | 0.49% | - |
| HSV(B) | 324.28º | 0.82% | 0.83% | - |
| XYZ | 32.36 | 17.16 | 26.81 | - |
| YUV | 101.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 141 | 0 | 0.82 | 0.33 | 0.17 | 324.28 | 0.69 | 0.49 |
| Hex | D3 | 26 | 8D | 0 | 52 | 21 | 11 | 144 | 45 | 31 |
| Octal | 323 | 46 | 215 | 0 | 122 | 41 | 21 | 504 | 105 | 61 |
| Binary | 11010011 | 100110 | 10001101 | 0 | 1010010 | 100001 | 10001 | 101000100 | 1000101 | 110001 |
Color Harmonies of #D3268D
Complementary color
Monochromatic Colors of #D3268D
Black with #D3268D
Text Example
Text Example
White with #D3268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3268D; }
p { color: rgb(211,38,141); }
H1.HeaderClassName
{
color: #D3268D;
}
.AnyTagClassName
{
color: #D3268D;
}
</style>
background-color css
<style>
a { background-color: #D3268D; }
a { background-color: rgb(211,38,141); }
div.DivClassName
{
background-color: #D3268D;
}
.BgClassName
{
background-color: #D3268D;
}
</style>
border-color css
<style>
span { border-color: #D3268D; }
span { border-color: rgb(211,38,141); }
td.TdClassName
{
border-color: #D3268D;
}
.TagClassName
{
border-color: #D3268D;
}
</style>