Html Css Color HEX #DA5079 Cranberry

📋 copy color: '#DA5079'

red 218 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #DA5079

Tints of Cranberry #DA5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

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

R = 52.03%
G = 19.09%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA5079 (or 0xDA5079) is known color: Cranberry. HEX triplet: DA, 50 and 79. RGB value is (218,80,121). Sum of RGB (Red+Green+Blue) = 218+80+121=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5079 is #25AF86. Grayscale: #7D7D7D. Windows color (decimal): -2469767 or 7950554. OLE color: 7950554.

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

Color convert

RGB 218 80 121 -
CMYK 0 0.63 0.44 0.15
HSL 342.17º 0.65% 0.58% -
HSV(B) 342.17º 0.63% 0.85% -
XYZ 35.23 22.02 20.48 -
YUV 125.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 218 80 121 0 0.63 0.44 0.15 342.17 0.65 0.58
Hex DA 50 79 0 3F 2C F 156 41 3A
Octal 332 120 171 0 77 54 17 526 101 72
Binary 11011010 1010000 1111001 0 111111 101100 1111 101010110 1000001 111010

Color Harmonies of #DA5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5079

Black with #DA5079

Text Example


Text Example

White with #DA5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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