#DA4296

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

Shades of Deep Cerise #DA4296

Tints of Deep Cerise #DA4296

Color information

#DA4296 (or 0xDA4296) is unknown color: approx Deep Cerise. HEX triplet: DA, 42 and 96. RGB value is (218,66,150). Sum of RGB (Red+Green+Blue) = 218+66+150=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4296 is #25BD69. Grayscale: #787878. Windows color (decimal): -2473322 or 9847514. OLE color: 9847514.

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

Color convert

RGB21866150-
CMYK00.700.310.15
HSL326.84º67.26%55.69%-
HSV(B)326.84º69.72%85.49%-
XYZ36.372130.99-
YUV121.02144.36197.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.23%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=50.23%
G=15.21%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186615000.700.310.15326.8467.2655.69
HexDA42960461FF1474338
Octal3321022260106371750710370
Binary11011010100001010010110010001101111111111010001111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4296; }

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

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

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

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

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

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

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

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