Html Css Color HEX #DA3779 Deep Cerise

📋 copy color: '#DA3779'

red 218 ◦ green 55 ◦ blue 121

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

Shades of Deep Cerise #DA3779

Tints of Deep Cerise #DA3779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.96%

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

R = 55.33%
G = 13.96%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA3779 (or 0xDA3779) is known color: Deep Cerise. HEX triplet: DA, 37 and 79. RGB value is (218,55,121). Sum of RGB (Red+Green+Blue) = 218+55+121=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3779 is #25C886. Grayscale: #6F6F6F. Windows color (decimal): -2476167 or 7944154. OLE color: 7944154.

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

Color convert

RGB 218 55 121 -
CMYK 0 0.75 0.44 0.15
HSL 335.71º 0.69% 0.54% -
HSV(B) 335.71º 0.75% 0.85% -
XYZ 33.73 19.02 19.98 -
YUV 111.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 218 55 121 0 0.75 0.44 0.15 335.71 0.69 0.54
Hex DA 37 79 0 4B 2C F 150 45 36
Octal 332 67 171 0 113 54 17 520 105 66
Binary 11011010 110111 1111001 0 1001011 101100 1111 101010000 1000101 110110

Color Harmonies of #DA3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3779

Black with #DA3779

Text Example


Text Example

White with #DA3779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3779; }

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

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

background-color css

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

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

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

border-color css

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

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

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