#DA4288

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

Shades of Deep Cerise #DA4288

Tints of Deep Cerise #DA4288

Color information

#DA4288 (or 0xDA4288) is unknown color: approx Deep Cerise. HEX triplet: DA, 42 and 88. RGB value is (218,66,136). Sum of RGB (Red+Green+Blue) = 218+66+136=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4288 is #25BD77. Grayscale: #777777. Windows color (decimal): -2473336 or 8930010. OLE color: 8930010.

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

Color convert

RGB21866136-
CMYK00.700.380.15
HSL332.37º67.26%55.69%-
HSV(B)332.37º69.72%85.49%-
XYZ35.3120.5825.4-
YUV119.43137.36198.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.90%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=51.90%
G=15.71%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186613600.700.380.15332.3767.2655.69
HexDA428804626F14c4338
Octal3321022100106461751410370
Binary110110101000010100010000100011010011011111010011001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4288; }

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

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

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

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

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

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

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

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