Html Css Color HEX #DA3879 Deep Cerise

📋 copy color: '#DA3879'

red 218 ◦ green 56 ◦ blue 121

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

Shades of Deep Cerise #DA3879

Tints of Deep Cerise #DA3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.18%

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

R = 55.19%
G = 14.18%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA3879 (or 0xDA3879) is known color: Deep Cerise. HEX triplet: DA, 38 and 79. RGB value is (218,56,121). Sum of RGB (Red+Green+Blue) = 218+56+121=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3879 is #25C786. Grayscale: #6F6F6F. Windows color (decimal): -2475911 or 7944410. OLE color: 7944410.

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

Color convert

RGB 218 56 121 -
CMYK 0 0.74 0.44 0.15
HSL 335.93º 0.69% 0.54% -
HSV(B) 335.93º 0.74% 0.85% -
XYZ 33.78 19.11 20 -
YUV 111.85 133.17 203.71 -
System Red Green Blue C M Y K H S L
Decimal 218 56 121 0 0.74 0.44 0.15 335.93 0.69 0.54
Hex DA 38 79 0 4A 2C F 150 45 36
Octal 332 70 171 0 112 54 17 520 105 66
Binary 11011010 111000 1111001 0 1001010 101100 1111 101010000 1000101 110110

Color Harmonies of #DA3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3879

Black with #DA3879

Text Example


Text Example

White with #DA3879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3879; }

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

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

background-color css

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

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

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

border-color css

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

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

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