#D2388E

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

Shades of Deep Cerise #D2388E

Tints of Deep Cerise #D2388E

Color information

#D2388E (or 0xD2388E) is unknown color: approx Deep Cerise. HEX triplet: D2, 38 and 8E. RGB value is (210,56,142). Sum of RGB (Red+Green+Blue) = 210+56+142=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2388E is #2DC771. Grayscale: #6F6F6F. Windows color (decimal): -3000178 or 9320658. OLE color: 9320658.

HSL color Cylindrical-coordinate representation of color #D2388E: hue angle of 326.49º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2388E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB21056142-
CMYK00.730.320.18
HSL326.49º63.11%52.16%-
HSV(B)326.49º73.33%82.35%-
XYZ32.8818.4827.43-
YUV111.85145.02198.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.47%
GREEN value IS 56 (22.27% from 255) = 13.73%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=51.47%
G=13.73%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105614200.730.320.18326.4963.1152.16
HexD2388E04920121463f34
Octal32270216011140225067764
Binary11010010111000100011100100100110000010010101000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2388E; }

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

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

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

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

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

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

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

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