Html Css Color HEX #DA3980 Deep Cerise

📋 copy color: '#DA3980'

red 218 ◦ green 57 ◦ blue 128

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

Shades of Deep Cerise #DA3980

Tints of Deep Cerise #DA3980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.14%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 54.09%
G = 14.14%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA3980 (or 0xDA3980) is known color: Deep Cerise. HEX triplet: DA, 39 and 80. RGB value is (218,57,128). Sum of RGB (Red+Green+Blue) = 218+57+128=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3980 is #25C67F. Grayscale: #717171. Windows color (decimal): -2475648 or 8403418. OLE color: 8403418.

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

Color convert

RGB 218 57 128 -
CMYK 0 0.74 0.41 0.15
HSL 333.54º 0.69% 0.54% -
HSV(B) 333.54º 0.74% 0.85% -
XYZ 34.27 19.39 22.36 -
YUV 113.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 218 57 128 0 0.74 0.41 0.15 333.54 0.69 0.54
Hex DA 39 80 0 4A 29 F 14E 45 36
Octal 332 71 200 0 112 51 17 516 105 66
Binary 11011010 111001 10000000 0 1001010 101001 1111 101001110 1000101 110110

Color Harmonies of #DA3980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3980

Black with #DA3980

Text Example


Text Example

White with #DA3980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3980; }

 p { color: rgb(218,57,128); }

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

background-color css

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

 a { background-color: rgb(218,57,128); }

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

border-color css

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

 span { border-color: rgb(218,57,128); }

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