Html Css Color HEX #DA2379 Deep Cerise

📋 copy color: '#DA2379'

red 218 ◦ green 35 ◦ blue 121

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

Shades of Deep Cerise #DA2379

Tints of Deep Cerise #DA2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.36%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 58.29%
G = 9.36%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA2379 (or 0xDA2379) is known color: Deep Cerise. HEX triplet: DA, 23 and 79. RGB value is (218,35,121). Sum of RGB (Red+Green+Blue) = 218+35+121=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2379 is #25DC86. Grayscale: #636363. Windows color (decimal): -2481287 or 7939034. OLE color: 7939034.

HSL color Cylindrical-coordinate representation of color #DA2379: hue angle of 331.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2379 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 121 -
CMYK 0 0.84 0.44 0.15
HSL 331.8º 0.72% 0.5% -
HSV(B) 331.8º 0.84% 0.85% -
XYZ 32.97 17.49 19.73 -
YUV 99.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 218 35 121 0 0.84 0.44 0.15 331.8 0.72 0.5
Hex DA 23 79 0 54 2C F 14C 48 32
Octal 332 43 171 0 124 54 17 514 110 62
Binary 11011010 100011 1111001 0 1010100 101100 1111 101001100 1001000 110010

Color Harmonies of #DA2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2379

Black with #DA2379

Text Example


Text Example

White with #DA2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2379; }

 p { color: rgb(218,35,121); }

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

background-color css

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

 a { background-color: rgb(218,35,121); }

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

border-color css

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

 span { border-color: rgb(218,35,121); }

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