#DA3895

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

Shades of Deep Cerise #DA3895

Tints of Deep Cerise #DA3895

Color information

#DA3895 (or 0xDA3895) is unknown color: approx Deep Cerise. HEX triplet: DA, 38 and 95. RGB value is (218,56,149). Sum of RGB (Red+Green+Blue) = 218+56+149=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3895 is #25C76A. Grayscale: #727272. Windows color (decimal): -2475883 or 9779418. OLE color: 9779418.

HSL color Cylindrical-coordinate representation of color #DA3895: hue angle of 325.56º 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 #DA3895 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21856149-
CMYK00.740.320.15
HSL325.56º68.64%53.73%-
HSV(B)325.56º74.31%85.49%-
XYZ35.7519.930.39-
YUV115.04147.17201.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=51.54%
G=13.24%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185614900.740.320.15325.5668.6453.73
HexDA389504A20F1464536
Octal332702250112401750610566
Binary11011010111000100101010100101010000011111010001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3895; }

 p { color: rgb(218,56,149); }

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

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

 a { background-color: rgb(218,56,149); }

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

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

 span { border-color: rgb(218,56,149); }

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