Shades of Deep Cerise #D3258D
Tints of Deep Cerise #D3258D
RGB
CMYK
RGB Variations
Color information
#D3258D (or 0xD3258D) is known color: Deep Cerise. HEX triplet: D3, 25 and 8D. RGB value is (211,37,141). Sum of RGB (Red+Green+Blue) = 211+37+141=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3258D is #2CDA72. Grayscale: #646464. Windows color (decimal): -2939507 or 9250259. OLE color: 9250259.
HSL color Cylindrical-coordinate representation of color #D3258D: hue angle of 324.14º 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 #D3258D is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 141 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.17 |
| HSL | 324.14º | 0.7% | 0.49% | - |
| HSV(B) | 324.14º | 0.82% | 0.83% | - |
| XYZ | 32.33 | 17.1 | 26.79 | - |
| YUV | 100.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 141 | 0 | 0.82 | 0.33 | 0.17 | 324.14 | 0.7 | 0.49 |
| Hex | D3 | 25 | 8D | 0 | 52 | 21 | 11 | 144 | 46 | 31 |
| Octal | 323 | 45 | 215 | 0 | 122 | 41 | 21 | 504 | 106 | 61 |
| Binary | 11010011 | 100101 | 10001101 | 0 | 1010010 | 100001 | 10001 | 101000100 | 1000110 | 110001 |
Color Harmonies of #D3258D
Complementary color
Monochromatic Colors of #D3258D
Black with #D3258D
Text Example
Text Example
White with #D3258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3258D; }
p { color: rgb(211,37,141); }
H1.HeaderClassName
{
color: #D3258D;
}
.AnyTagClassName
{
color: #D3258D;
}
</style>
background-color css
<style>
a { background-color: #D3258D; }
a { background-color: rgb(211,37,141); }
div.DivClassName
{
background-color: #D3258D;
}
.BgClassName
{
background-color: #D3258D;
}
</style>
border-color css
<style>
span { border-color: #D3258D; }
span { border-color: rgb(211,37,141); }
td.TdClassName
{
border-color: #D3258D;
}
.TagClassName
{
border-color: #D3258D;
}
</style>