Shades of Deep Cerise #D3368A
Tints of Deep Cerise #D3368A
RGB
CMYK
RGB Variations
Color information
#D3368A (or 0xD3368A) is known color: Deep Cerise. HEX triplet: D3, 36 and 8A. RGB value is (211,54,138). Sum of RGB (Red+Green+Blue) = 211+54+138=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3368A is #2CC975. Grayscale: #6E6E6E. Windows color (decimal): -2935158 or 9058003. OLE color: 9058003.
HSL color Cylindrical-coordinate representation of color #D3368A: hue angle of 327.9º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3368A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 138 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.17 |
| HSL | 327.9º | 0.64% | 0.52% | - |
| HSV(B) | 327.9º | 0.74% | 0.83% | - |
| XYZ | 32.77 | 18.32 | 25.85 | - |
| YUV | 110.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 138 | 0 | 0.74 | 0.35 | 0.17 | 327.9 | 0.64 | 0.52 |
| Hex | D3 | 36 | 8A | 0 | 4A | 23 | 11 | 148 | 40 | 34 |
| Octal | 323 | 66 | 212 | 0 | 112 | 43 | 21 | 510 | 100 | 64 |
| Binary | 11010011 | 110110 | 10001010 | 0 | 1001010 | 100011 | 10001 | 101001000 | 1000000 | 110100 |
Color Harmonies of #D3368A
Complementary color
Monochromatic Colors of #D3368A
Black with #D3368A
Text Example
Text Example
White with #D3368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3368A; }
p { color: rgb(211,54,138); }
H1.HeaderClassName
{
color: #D3368A;
}
.AnyTagClassName
{
color: #D3368A;
}
</style>
background-color css
<style>
a { background-color: #D3368A; }
a { background-color: rgb(211,54,138); }
div.DivClassName
{
background-color: #D3368A;
}
.BgClassName
{
background-color: #D3368A;
}
</style>
border-color css
<style>
span { border-color: #D3368A; }
span { border-color: rgb(211,54,138); }
td.TdClassName
{
border-color: #D3368A;
}
.TagClassName
{
border-color: #D3368A;
}
</style>