Html Css Color HEX #DA3778 Deep Cerise

📋 copy color: '#DA3778'

red 218 ◦ green 55 ◦ blue 120

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

Shades of Deep Cerise #DA3778

Tints of Deep Cerise #DA3778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 55.47%
G = 13.99%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA3778 (or 0xDA3778) is known color: Deep Cerise. HEX triplet: DA, 37 and 78. RGB value is (218,55,120). Sum of RGB (Red+Green+Blue) = 218+55+120=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3778 is #25C887. Grayscale: #6F6F6F. Windows color (decimal): -2476168 or 7878618. OLE color: 7878618.

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

Color convert

RGB 218 55 120 -
CMYK 0 0.75 0.45 0.15
HSL 336.07º 0.69% 0.54% -
HSV(B) 336.07º 0.75% 0.85% -
XYZ 33.67 18.99 19.66 -
YUV 111.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 218 55 120 0 0.75 0.45 0.15 336.07 0.69 0.54
Hex DA 37 78 0 4B 2D F 150 45 36
Octal 332 67 170 0 113 55 17 520 105 66
Binary 11011010 110111 1111000 0 1001011 101101 1111 101010000 1000101 110110

Color Harmonies of #DA3778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3778

Black with #DA3778

Text Example


Text Example

White with #DA3778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3778; }

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

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

background-color css

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

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

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

border-color css

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

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

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