Shades of Deep Cerise #D3298B
Tints of Deep Cerise #D3298B
RGB
CMYK
RGB Variations
Color information
#D3298B (or 0xD3298B) is known color: Deep Cerise. HEX triplet: D3, 29 and 8B. RGB value is (211,41,139). Sum of RGB (Red+Green+Blue) = 211+41+139=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3298B is #2CD674. Grayscale: #666666. Windows color (decimal): -2938485 or 9120211. OLE color: 9120211.
HSL color Cylindrical-coordinate representation of color #D3298B: hue angle of 325.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3298B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 139 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.17 |
| HSL | 325.41º | 0.67% | 0.49% | - |
| HSV(B) | 325.41º | 0.81% | 0.83% | - |
| XYZ | 32.32 | 17.3 | 26.06 | - |
| YUV | 103 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 139 | 0 | 0.81 | 0.34 | 0.17 | 325.41 | 0.67 | 0.49 |
| Hex | D3 | 29 | 8B | 0 | 51 | 22 | 11 | 145 | 43 | 31 |
| Octal | 323 | 51 | 213 | 0 | 121 | 42 | 21 | 505 | 103 | 61 |
| Binary | 11010011 | 101001 | 10001011 | 0 | 1010001 | 100010 | 10001 | 101000101 | 1000011 | 110001 |
Color Harmonies of #D3298B
Complementary color
Monochromatic Colors of #D3298B
Black with #D3298B
Text Example
Text Example
White with #D3298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3298B; }
p { color: rgb(211,41,139); }
H1.HeaderClassName
{
color: #D3298B;
}
.AnyTagClassName
{
color: #D3298B;
}
</style>
background-color css
<style>
a { background-color: #D3298B; }
a { background-color: rgb(211,41,139); }
div.DivClassName
{
background-color: #D3298B;
}
.BgClassName
{
background-color: #D3298B;
}
</style>
border-color css
<style>
span { border-color: #D3298B; }
span { border-color: rgb(211,41,139); }
td.TdClassName
{
border-color: #D3298B;
}
.TagClassName
{
border-color: #D3298B;
}
</style>