#D4388A

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

Shades of Deep Cerise #D4388A

Tints of Deep Cerise #D4388A

Color information

#D4388A (or 0xD4388A) is unknown color: approx Deep Cerise. HEX triplet: D4, 38 and 8A. RGB value is (212,56,138). Sum of RGB (Red+Green+Blue) = 212+56+138=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4388A is #2BC775. Grayscale: #6F6F6F. Windows color (decimal): -2869110 or 9058516. OLE color: 9058516.

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

Color convert

RGB21256138-
CMYK00.740.350.17
HSL328.46º64.46%52.55%-
HSV(B)328.46º73.58%83.14%-
XYZ33.1518.6625.9-
YUV111.99142.68199.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.22%
GREEN value IS 56 (22.27% from 255) = 13.79%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=52.22%
G=13.79%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125613800.740.350.17328.4664.4652.55
HexD4388A04A23111484035
Octal324702120112432151010065
Binary110101001110001000101001001010100011100011010010001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4388A; }

 p { color: rgb(212,56,138); }

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

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

 a { background-color: rgb(212,56,138); }

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

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

 span { border-color: rgb(212,56,138); }

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