#D4398B

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

Shades of Deep Cerise #D4398B

Tints of Deep Cerise #D4398B

Color information

#D4398B (or 0xD4398B) is unknown color: approx Deep Cerise. HEX triplet: D4, 39 and 8B. RGB value is (212,57,139). Sum of RGB (Red+Green+Blue) = 212+57+139=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4398B is #2BC674. Grayscale: #707070. Windows color (decimal): -2868853 or 9124308. OLE color: 9124308.

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

Color convert

RGB21257139-
CMYK00.730.340.17
HSL328.26º64.32%52.75%-
HSV(B)328.26º73.11%83.14%-
XYZ33.2718.7926.3-
YUV112.69142.85198.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.96%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=51.96%
G=13.97%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125713900.730.340.17328.2664.3252.75
HexD4398B04922111484035
Octal324712130111422151010065
Binary110101001110011000101101001001100010100011010010001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4398B; }

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

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

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

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

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

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

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

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