Html Css Color HEX #DA5980 Cranberry

📋 copy color: '#DA5980'

red 218 ◦ green 89 ◦ blue 128

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

Shades of Cranberry #DA5980

Tints of Cranberry #DA5980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

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

R = 50.11%
G = 20.46%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA5980 (or 0xDA5980) is known color: Cranberry. HEX triplet: DA, 59 and 80. RGB value is (218,89,128). Sum of RGB (Red+Green+Blue) = 218+89+128=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5980 is #25A67F. Grayscale: #838383. Windows color (decimal): -2467456 or 8411610. OLE color: 8411610.

HSL color Cylindrical-coordinate representation of color #DA5980: hue angle of 341.86º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5980 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 89 128 -
CMYK 0 0.59 0.41 0.15
HSL 341.86º 0.64% 0.6% -
HSV(B) 341.86º 0.59% 0.85% -
XYZ 36.38 23.61 23.06 -
YUV 132.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 218 89 128 0 0.59 0.41 0.15 341.86 0.64 0.6
Hex DA 59 80 0 3B 29 F 156 40 3C
Octal 332 131 200 0 73 51 17 526 100 74
Binary 11011010 1011001 10000000 0 111011 101001 1111 101010110 1000000 111100

Color Harmonies of #DA5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5980

Black with #DA5980

Text Example


Text Example

White with #DA5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5980; }

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

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

background-color css

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

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

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

border-color css

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

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

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