#DA4588

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

Shades of Deep Cerise #DA4588

Tints of Deep Cerise #DA4588

Color information

#DA4588 (or 0xDA4588) is unknown color: approx Deep Cerise. HEX triplet: DA, 45 and 88. RGB value is (218,69,136). Sum of RGB (Red+Green+Blue) = 218+69+136=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4588 is #25BA77. Grayscale: #797979. Windows color (decimal): -2472568 or 8930778. OLE color: 8930778.

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

Color convert

RGB21869136-
CMYK00.680.380.15
HSL333.02º66.82%56.27%-
HSV(B)333.02º68.35%85.49%-
XYZ35.4920.9425.46-
YUV121.19136.36197.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=51.54%
G=16.31%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186913600.680.380.15333.0266.8256.27
HexDA458804426F14d4338
Octal3321052100104461751510370
Binary110110101000101100010000100010010011011111010011011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4588; }

 p { color: rgb(218,69,136); }

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

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

 a { background-color: rgb(218,69,136); }

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

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

 span { border-color: rgb(218,69,136); }

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