#da2a8e

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

Shades of Deep Cerise #DA2A8E

Tints of Deep Cerise #DA2A8E

Color information

#DA2A8E (or 0xDA2A8E) is unknown color: approx Deep Cerise. HEX triplet: DA, 2A and 8E. RGB value is (218,42,142). Sum of RGB (Red+Green+Blue) = 218+42+142=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2A8E is #25D571. Grayscale: #696969. Windows color (decimal): -2479474 or 9317082. OLE color: 9317082.

HSL color Cylindrical-coordinate representation of color #DA2A8E: hue angle of 325.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A8E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21842142-
CMYK00.810.350.15
HSL325.91º70.4%50.98%-
HSV(B)325.91º80.73%85.49%-
XYZ34.6218.5127.34-
YUV106.02148.31207.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.23%
GREEN value IS 42 (16.80% from 255) = 10.45%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=54.23%
G=10.45%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184214200.810.350.15325.9170.450.98
HexDA2A8E05123F1464633
Octal332522160121431750610663
Binary11011010101010100011100101000110001111111010001101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da2a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da2a8e; }

 p { color: rgb(218,42,142); }

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

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

 a { background-color: rgb(218,42,142); }

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

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

 span { border-color: rgb(218,42,142); }

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