#D4396E

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

Shades of Cerise #D4396E

Tints of Cerise #D4396E

Color information

#D4396E (or 0xD4396E) is unknown color: approx Cerise. HEX triplet: D4, 39 and 6E. RGB value is (212,57,110). Sum of RGB (Red+Green+Blue) = 212+57+110=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D4396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4396E is #2BC691. Grayscale: #6D6D6D. Windows color (decimal): -2868882 or 7223764. OLE color: 7223764.

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

Color convert

RGB21257110-
CMYK00.730.480.17
HSL339.48º64.32%52.75%-
HSV(B)339.48º73.11%83.14%-
XYZ31.4318.0516.58-
YUV109.39128.35201.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.94%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=55.94%
G=15.04%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125711000.730.480.17339.4864.3252.75
HexD4396E04930111534035
Octal324711560111602152310065
Binary11010100111001110111001001001110000100011010100111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4396E; }

 p { color: rgb(212,57,110); }

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

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

 a { background-color: rgb(212,57,110); }

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

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

 span { border-color: rgb(212,57,110); }

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