Shades of Deep Cerise #D2318B
Tints of Deep Cerise #D2318B
RGB
CMYK
RGB Variations
Color information
#D2318B (or 0xD2318B) is known color: Deep Cerise. HEX triplet: D2, 31 and 8B. RGB value is (210,49,139). Sum of RGB (Red+Green+Blue) = 210+49+139=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2318B is #2DCE74. Grayscale: #6B6B6B. Windows color (decimal): -3001973 or 9122258. OLE color: 9122258.
HSL color Cylindrical-coordinate representation of color #D2318B: hue angle of 326.46º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2318B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 139 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.18 |
| HSL | 326.46º | 0.64% | 0.51% | - |
| HSV(B) | 326.46º | 0.77% | 0.82% | - |
| XYZ | 32.34 | 17.76 | 26.15 | - |
| YUV | 107.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 139 | 0 | 0.77 | 0.34 | 0.18 | 326.46 | 0.64 | 0.51 |
| Hex | D2 | 31 | 8B | 0 | 4D | 22 | 12 | 146 | 40 | 33 |
| Octal | 322 | 61 | 213 | 0 | 115 | 42 | 22 | 506 | 100 | 63 |
| Binary | 11010010 | 110001 | 10001011 | 0 | 1001101 | 100010 | 10010 | 101000110 | 1000000 | 110011 |
Color Harmonies of #D2318B
Complementary color
Monochromatic Colors of #D2318B
Black with #D2318B
Text Example
Text Example
White with #D2318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2318B; }
p { color: rgb(210,49,139); }
H1.HeaderClassName
{
color: #D2318B;
}
.AnyTagClassName
{
color: #D2318B;
}
</style>
background-color css
<style>
a { background-color: #D2318B; }
a { background-color: rgb(210,49,139); }
div.DivClassName
{
background-color: #D2318B;
}
.BgClassName
{
background-color: #D2318B;
}
</style>
border-color css
<style>
span { border-color: #D2318B; }
span { border-color: rgb(210,49,139); }
td.TdClassName
{
border-color: #D2318B;
}
.TagClassName
{
border-color: #D2318B;
}
</style>