#D3388E

Color #D3388E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D3388E

Tints of Deep Cerise #D3388E

Color information

#D3388E (or 0xD3388E) is unknown color: approx Deep Cerise. HEX triplet: D3, 38 and 8E. RGB value is (211,56,142). Sum of RGB (Red+Green+Blue) = 211+56+142=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3388E is #2CC771. Grayscale: #6F6F6F. Windows color (decimal): -2934642 or 9320659. OLE color: 9320659.

HSL color Cylindrical-coordinate representation of color #D3388E: hue angle of 326.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3388E is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB21156142-
CMYK00.730.330.17
HSL326.71º63.79%52.35%-
HSV(B)326.71º73.46%82.75%-
XYZ33.1618.6327.44-
YUV112.15144.85198.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=51.59%
G=13.69%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115614200.730.330.17326.7163.7952.35
HexD3388E04921111474034
Octal323702160111412150710064
Binary110100111110001000111001001001100001100011010001111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3388E; }

 p { color: rgb(211,56,142); }

 H1.HeaderClassName
 {
   color: #D3388E;
 }
 .AnyTagClassName
 {
   color: #D3388E;
 }
</style>
background-color css

<style>
 a { background-color: #D3388E; }

 a { background-color: rgb(211,56,142); }

 div.DivClassName
 {
   background-color: #D3388E;
 }
 .BgClassName
 {
   background-color: #D3388E;
 }
</style>
border-color css

<style>
 span { border-color: #D3388E; }

 span { border-color: rgb(211,56,142); }

 td.TdClassName
 {
   border-color: #D3388E;
 }
 .TagClassName
 {
   border-color: #D3388E;
 }
</style>