#DA3EA4

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

Shades of Deep Cerise #DA3EA4

Tints of Deep Cerise #DA3EA4

Color information

#DA3EA4 (or 0xDA3EA4) is unknown color: approx Deep Cerise. HEX triplet: DA, 3E and A4. RGB value is (218,62,164). Sum of RGB (Red+Green+Blue) = 218+62+164=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3EA4 is #25C15B. Grayscale: #787878. Windows color (decimal): -2474332 or 10763994. OLE color: 10763994.

HSL color Cylindrical-coordinate representation of color #DA3EA4: hue angle of 320.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3EA4 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB21862164-
CMYK00.720.250.15
HSL320.77º67.83%54.9%-
HSV(B)320.77º71.56%85.49%-
XYZ37.3421.0337.21-
YUV120.27152.68197.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 62 (24.61% from 255) = 13.96%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=49.10%
G=13.96%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186216400.720.250.15320.7767.8354.9
HexDA3EA404819F1414437
Octal332762440110311750110467
Binary1101101011111010100100010010001100111111010000011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3EA4; }

 p { color: rgb(218,62,164); }

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

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

 a { background-color: rgb(218,62,164); }

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

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

 span { border-color: rgb(218,62,164); }

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