#D4386C

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

Shades of Cerise #D4386C

Tints of Cerise #D4386C

Color information

#D4386C (or 0xD4386C) is unknown color: approx Cerise. HEX triplet: D4, 38 and 6C. RGB value is (212,56,108). Sum of RGB (Red+Green+Blue) = 212+56+108=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4386C is #2BC793. Grayscale: #6C6C6C. Windows color (decimal): -2869140 or 7092436. OLE color: 7092436.

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

Color convert

RGB21256108-
CMYK00.740.490.17
HSL340º64.46%52.55%-
HSV(B)340º73.58%83.14%-
XYZ31.2717.9116-
YUV108.57127.68201.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.38%
GREEN value IS 56 (22.27% from 255) = 14.89%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=56.38%
G=14.89%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125610800.740.490.1734064.4652.55
HexD4386C04A31111544035
Octal324701540112612152410065
Binary11010100111000110110001001010110001100011010101001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4386C; }

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

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

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

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

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

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

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

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