Shades of Deep Cerise #D3268B
Tints of Deep Cerise #D3268B
RGB
CMYK
RGB Variations
Color information
#D3268B (or 0xD3268B) is known color: Deep Cerise. HEX triplet: D3, 26 and 8B. RGB value is (211,38,139). Sum of RGB (Red+Green+Blue) = 211+38+139=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3268B is #2CD974. Grayscale: #656565. Windows color (decimal): -2939253 or 9119443. OLE color: 9119443.
HSL color Cylindrical-coordinate representation of color #D3268B: hue angle of 324.97º 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 #D3268B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 139 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.17 |
| HSL | 324.97º | 0.69% | 0.49% | - |
| HSV(B) | 324.97º | 0.82% | 0.83% | - |
| XYZ | 32.22 | 17.1 | 26.03 | - |
| YUV | 101.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 139 | 0 | 0.82 | 0.34 | 0.17 | 324.97 | 0.69 | 0.49 |
| Hex | D3 | 26 | 8B | 0 | 52 | 22 | 11 | 145 | 45 | 31 |
| Octal | 323 | 46 | 213 | 0 | 122 | 42 | 21 | 505 | 105 | 61 |
| Binary | 11010011 | 100110 | 10001011 | 0 | 1010010 | 100010 | 10001 | 101000101 | 1000101 | 110001 |
Color Harmonies of #D3268B
Complementary color
Monochromatic Colors of #D3268B
Black with #D3268B
Text Example
Text Example
White with #D3268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3268B; }
p { color: rgb(211,38,139); }
H1.HeaderClassName
{
color: #D3268B;
}
.AnyTagClassName
{
color: #D3268B;
}
</style>
background-color css
<style>
a { background-color: #D3268B; }
a { background-color: rgb(211,38,139); }
div.DivClassName
{
background-color: #D3268B;
}
.BgClassName
{
background-color: #D3268B;
}
</style>
border-color css
<style>
span { border-color: #D3268B; }
span { border-color: rgb(211,38,139); }
td.TdClassName
{
border-color: #D3268B;
}
.TagClassName
{
border-color: #D3268B;
}
</style>