Html Css Color HEX #DA2991 Deep Cerise

📋 copy color: '#DA2991'

red 218 ◦ green 41 ◦ blue 145

#DA2991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DA2991

Tints of Deep Cerise #DA2991

RGB

 RED value IS 218 (85.55% from 255) = 53.96%

 GREEN value IS 41 (16.41% from 255) = 10.15%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 53.96%
G = 10.15%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2991 (or 0xDA2991) is known color: Deep Cerise. HEX triplet: DA, 29 and 91. RGB value is (218,41,145). Sum of RGB (Red+Green+Blue) = 218+41+145=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2991 is #25D66E. Grayscale: #696969. Windows color (decimal): -2479727 or 9513434. OLE color: 9513434.

HSL color Cylindrical-coordinate representation of color #DA2991: hue angle of 324.75º degrees, saturation: 0.71, 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 #DA2991 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 145 -
CMYK 0 0.81 0.33 0.15
HSL 324.75º 0.71% 0.51% -
HSV(B) 324.75º 0.81% 0.85% -
XYZ 34.82 18.54 28.53 -
YUV 105.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 218 41 145 0 0.81 0.33 0.15 324.75 0.71 0.51
Hex DA 29 91 0 51 21 F 145 47 33
Octal 332 51 221 0 121 41 17 505 107 63
Binary 11011010 101001 10010001 0 1010001 100001 1111 101000101 1000111 110011

Color Harmonies of #DA2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2991

Black with #DA2991

Text Example


Text Example

White with #DA2991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2991; }

 p { color: rgb(218,41,145); }

 H1.HeaderClassName
 {
   color: #DA2991;
 }
 .AnyTagClassName
 {
   color: #DA2991;
 }
</style>

background-color css

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

 a { background-color: rgb(218,41,145); }

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

border-color css

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

 span { border-color: rgb(218,41,145); }

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