Html Css Color HEX #DA5379 Cranberry

📋 copy color: '#DA5379'

red 218 ◦ green 83 ◦ blue 121

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

Shades of Cranberry #DA5379

Tints of Cranberry #DA5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 51.66%
G = 19.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA5379 (or 0xDA5379) is known color: Cranberry. HEX triplet: DA, 53 and 79. RGB value is (218,83,121). Sum of RGB (Red+Green+Blue) = 218+83+121=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5379 is #25AC86. Grayscale: #7F7F7F. Windows color (decimal): -2468999 or 7951322. OLE color: 7951322.

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

Color convert

RGB 218 83 121 -
CMYK 0 0.62 0.44 0.15
HSL 343.11º 0.65% 0.59% -
HSV(B) 343.11º 0.62% 0.85% -
XYZ 35.46 22.47 20.56 -
YUV 127.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 218 83 121 0 0.62 0.44 0.15 343.11 0.65 0.59
Hex DA 53 79 0 3E 2C F 157 41 3B
Octal 332 123 171 0 76 54 17 527 101 73
Binary 11011010 1010011 1111001 0 111110 101100 1111 101010111 1000001 111011

Color Harmonies of #DA5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5379

Black with #DA5379

Text Example


Text Example

White with #DA5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5379; }

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

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

background-color css

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

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

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

border-color css

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

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

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