Html Css Color HEX #DA2990 Deep Cerise

📋 copy color: '#DA2990'

red 218 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #DA2990

Tints of Deep Cerise #DA2990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 54.09%
G = 10.17%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA2990 (or 0xDA2990) is known color: Deep Cerise. HEX triplet: DA, 29 and 90. RGB value is (218,41,144). Sum of RGB (Red+Green+Blue) = 218+41+144=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2990 is #25D66F. Grayscale: #696969. Windows color (decimal): -2479728 or 9447898. OLE color: 9447898.

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

Color convert

RGB 218 41 144 -
CMYK 0 0.81 0.34 0.15
HSL 325.08º 0.71% 0.51% -
HSV(B) 325.08º 0.81% 0.85% -
XYZ 34.74 18.5 28.13 -
YUV 105.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 218 41 144 0 0.81 0.34 0.15 325.08 0.71 0.51
Hex DA 29 90 0 51 22 F 145 47 33
Octal 332 51 220 0 121 42 17 505 107 63
Binary 11011010 101001 10010000 0 1010001 100010 1111 101000101 1000111 110011

Color Harmonies of #DA2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2990

Black with #DA2990

Text Example


Text Example

White with #DA2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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