#D43994

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

Shades of Deep Cerise #D43994

Tints of Deep Cerise #D43994

Color information

#D43994 (or 0xD43994) is unknown color: approx Deep Cerise. HEX triplet: D4, 39 and 94. RGB value is (212,57,148). Sum of RGB (Red+Green+Blue) = 212+57+148=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D43994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43994 is #2BC66B. Grayscale: #717171. Windows color (decimal): -2868844 or 9714132. OLE color: 9714132.

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

Color convert

RGB21257148-
CMYK00.730.300.17
HSL324.77º64.32%52.75%-
HSV(B)324.77º73.11%83.14%-
XYZ33.9619.0629.91-
YUV113.72147.35198.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=50.84%
G=13.67%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125714800.730.300.17324.7764.3252.75
HexD439940491E111454035
Octal324712240111362150510065
Binary11010100111001100101000100100111110100011010001011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43994; }

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

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

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

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

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

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

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

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