#D439A5

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

Shades of Deep Cerise #D439A5

Tints of Deep Cerise #D439A5

Color information

#D439A5 (or 0xD439A5) is unknown color: approx Deep Cerise. HEX triplet: D4, 39 and A5. RGB value is (212,57,165). Sum of RGB (Red+Green+Blue) = 212+57+165=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D439A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D439A5 is #2BC65A. Grayscale: #737373. Windows color (decimal): -2868827 or 10828244. OLE color: 10828244.

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

Color convert

RGB21257165-
CMYK00.730.220.17
HSL318.19º64.32%52.75%-
HSV(B)318.19º73.11%83.14%-
XYZ35.4119.6437.52-
YUV115.66155.85196.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.85%
GREEN value IS 57 (22.66% from 255) = 13.13%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=48.85%
G=13.13%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125716500.730.220.17318.1964.3252.75
HexD439A5049161113e4035
Octal324712450111262147610065
Binary11010100111001101001010100100110110100011001111101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D439A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D439A5; }

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

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

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

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

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

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

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

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