#D4397F

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

Shades of Deep Cerise #D4397F

Tints of Deep Cerise #D4397F

Color information

#D4397F (or 0xD4397F) is unknown color: approx Deep Cerise. HEX triplet: D4, 39 and 7F. RGB value is (212,57,127). Sum of RGB (Red+Green+Blue) = 212+57+127=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D4397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4397F is #2BC680. Grayscale: #6F6F6F. Windows color (decimal): -2868865 or 8337876. OLE color: 8337876.

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

Color convert

RGB21257127-
CMYK00.730.400.17
HSL332.9º64.32%52.75%-
HSV(B)332.9º73.11%83.14%-
XYZ32.4518.4621.93-
YUV111.32136.85199.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.54%
GREEN value IS 57 (22.66% from 255) = 14.39%
BLUE value IS 127 (50% from 255) = 32.07%
R=53.54%
G=14.39%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125712700.730.400.17332.964.3252.75
HexD4397F049281114d4035
Octal324711770111502151510065
Binary11010100111001111111101001001101000100011010011011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4397F; }

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

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

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

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

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

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

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

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