Html Css Color HEX #DA5C77 Cranberry

📋 copy color: '#DA5C77'

red 218 ◦ green 92 ◦ blue 119

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

Shades of Cranberry #DA5C77

Tints of Cranberry #DA5C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 50.82%
G = 21.45%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA5C77 (or 0xDA5C77) is known color: Cranberry. HEX triplet: DA, 5C and 77. RGB value is (218,92,119). Sum of RGB (Red+Green+Blue) = 218+92+119=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C77 is #25A388. Grayscale: #848484. Windows color (decimal): -2466697 or 7822554. OLE color: 7822554.

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

Color convert

RGB 218 92 119 -
CMYK 0 0.58 0.45 0.15
HSL 347.14º 0.63% 0.61% -
HSV(B) 347.14º 0.58% 0.85% -
XYZ 36.07 23.89 20.16 -
YUV 132.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 218 92 119 0 0.58 0.45 0.15 347.14 0.63 0.61
Hex DA 5C 77 0 3A 2D F 15B 3F 3D
Octal 332 134 167 0 72 55 17 533 77 75
Binary 11011010 1011100 1110111 0 111010 101101 1111 101011011 111111 111101

Color Harmonies of #DA5C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C77

Black with #DA5C77

Text Example


Text Example

White with #DA5C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C77; }

 p { color: rgb(218,92,119); }

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

background-color css

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

 a { background-color: rgb(218,92,119); }

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

border-color css

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

 span { border-color: rgb(218,92,119); }

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