#DA3990

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

Shades of Deep Cerise #DA3990

Tints of Deep Cerise #DA3990

Color information

#DA3990 (or 0xDA3990) is unknown color: approx Deep Cerise. HEX triplet: DA, 39 and 90. RGB value is (218,57,144). Sum of RGB (Red+Green+Blue) = 218+57+144=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3990 is #25C66F. Grayscale: #727272. Windows color (decimal): -2475632 or 9451994. OLE color: 9451994.

HSL color Cylindrical-coordinate representation of color #DA3990: hue angle of 327.58º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3990 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21857144-
CMYK00.740.340.15
HSL327.58º68.51%53.92%-
HSV(B)327.58º73.85%85.49%-
XYZ35.4119.8528.35-
YUV115.06144.34201.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=52.03%
G=13.60%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185714400.740.340.15327.5868.5153.92
HexDA399004A22F1484536
Octal332712200112421751010566
Binary11011010111001100100000100101010001011111010010001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3990; }

 p { color: rgb(218,57,144); }

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

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

 a { background-color: rgb(218,57,144); }

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

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

 span { border-color: rgb(218,57,144); }

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