Html Css Color HEX #DA5B77 Cranberry

📋 copy color: '#DA5B77'

red 218 ◦ green 91 ◦ blue 119

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

Shades of Cranberry #DA5B77

Tints of Cranberry #DA5B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.26%

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

R = 50.93%
G = 21.26%
B = 27.8%

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

#DA5B77 (or 0xDA5B77) is known color: Cranberry. HEX triplet: DA, 5B and 77. RGB value is (218,91,119). Sum of RGB (Red+Green+Blue) = 218+91+119=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B77 is #25A488. Grayscale: #848484. Windows color (decimal): -2466953 or 7822298. OLE color: 7822298.

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

Color convert

RGB 218 91 119 -
CMYK 0 0.58 0.45 0.15
HSL 346.77º 0.63% 0.61% -
HSV(B) 346.77º 0.58% 0.85% -
XYZ 35.98 23.72 20.13 -
YUV 132.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 218 91 119 0 0.58 0.45 0.15 346.77 0.63 0.61
Hex DA 5B 77 0 3A 2D F 15B 3F 3D
Octal 332 133 167 0 72 55 17 533 77 75
Binary 11011010 1011011 1110111 0 111010 101101 1111 101011011 111111 111101

Color Harmonies of #DA5B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B77

Black with #DA5B77

Text Example


Text Example

White with #DA5B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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