#D4378A

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

Shades of Deep Cerise #D4378A

Tints of Deep Cerise #D4378A

Color information

#D4378A (or 0xD4378A) is unknown color: approx Deep Cerise. HEX triplet: D4, 37 and 8A. RGB value is (212,55,138). Sum of RGB (Red+Green+Blue) = 212+55+138=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4378A is #2BC875. Grayscale: #6F6F6F. Windows color (decimal): -2869366 or 9058260. OLE color: 9058260.

HSL color Cylindrical-coordinate representation of color #D4378A: hue angle of 328.28º degrees, saturation: 0.65, 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 #D4378A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB21255138-
CMYK00.740.350.17
HSL328.28º64.61%52.35%-
HSV(B)328.28º74.06%83.14%-
XYZ33.1118.5625.88-
YUV111.4143.01199.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 55 (21.88% from 255) = 13.58%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=52.35%
G=13.58%
B=34.07%

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
Decimal2125513800.740.350.17328.2864.6152.35
HexD4378A04A23111484134
Octal324672120112432151010164
Binary110101001101111000101001001010100011100011010010001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4378A; }

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

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

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

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

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

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

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

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