#D4339F

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

Shades of Deep Cerise #D4339F

Tints of Deep Cerise #D4339F

Color information

#D4339F (or 0xD4339F) is unknown color: approx Deep Cerise. HEX triplet: D4, 33 and 9F. RGB value is (212,51,159). Sum of RGB (Red+Green+Blue) = 212+51+159=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4339F is #2BCC60. Grayscale: #6F6F6F. Windows color (decimal): -2870369 or 10433492. OLE color: 10433492.

HSL color Cylindrical-coordinate representation of color #D4339F: hue angle of 319.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4339F is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB21251159-
CMYK00.760.250.17
HSL319.75º65.18%51.57%-
HSV(B)319.75º75.94%83.14%-
XYZ34.5918.8734.62-
YUV111.45154.84199.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 51 (20.31% from 255) = 12.09%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=50.24%
G=12.09%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125115900.760.250.17319.7565.1851.57
HexD4339F04C19111404134
Octal324632370114312150010164
Binary11010100110011100111110100110011001100011010000001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4339F; }

 p { color: rgb(212,51,159); }

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

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

 a { background-color: rgb(212,51,159); }

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

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

 span { border-color: rgb(212,51,159); }

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