Shades of Deep Cerise #D3258E
Tints of Deep Cerise #D3258E
RGB
CMYK
RGB Variations
Color information
#D3258E (or 0xD3258E) is known color: Deep Cerise. HEX triplet: D3, 25 and 8E. RGB value is (211,37,142). Sum of RGB (Red+Green+Blue) = 211+37+142=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3258E is #2CDA71. Grayscale: #646464. Windows color (decimal): -2939506 or 9315795. OLE color: 9315795.
HSL color Cylindrical-coordinate representation of color #D3258E: hue angle of 323.79º 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 #D3258E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 142 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.17 |
| HSL | 323.79º | 0.7% | 0.49% | - |
| HSV(B) | 323.79º | 0.82% | 0.83% | - |
| XYZ | 32.41 | 17.13 | 27.19 | - |
| YUV | 101 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 142 | 0 | 0.82 | 0.33 | 0.17 | 323.79 | 0.7 | 0.49 |
| Hex | D3 | 25 | 8E | 0 | 52 | 21 | 11 | 144 | 46 | 31 |
| Octal | 323 | 45 | 216 | 0 | 122 | 41 | 21 | 504 | 106 | 61 |
| Binary | 11010011 | 100101 | 10001110 | 0 | 1010010 | 100001 | 10001 | 101000100 | 1000110 | 110001 |
Color Harmonies of #D3258E
Complementary color
Monochromatic Colors of #D3258E
Black with #D3258E
Text Example
Text Example
White with #D3258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3258E; }
p { color: rgb(211,37,142); }
H1.HeaderClassName
{
color: #D3258E;
}
.AnyTagClassName
{
color: #D3258E;
}
</style>
background-color css
<style>
a { background-color: #D3258E; }
a { background-color: rgb(211,37,142); }
div.DivClassName
{
background-color: #D3258E;
}
.BgClassName
{
background-color: #D3258E;
}
</style>
border-color css
<style>
span { border-color: #D3258E; }
span { border-color: rgb(211,37,142); }
td.TdClassName
{
border-color: #D3258E;
}
.TagClassName
{
border-color: #D3258E;
}
</style>