Html Css Color HEX #DA5D77 Cranberry

📋 copy color: '#DA5D77'

red 218 ◦ green 93 ◦ blue 119

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

Shades of Cranberry #DA5D77

Tints of Cranberry #DA5D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.63%

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

R = 50.7%
G = 21.63%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA5D77 (or 0xDA5D77) is known color: Cranberry. HEX triplet: DA, 5D and 77. RGB value is (218,93,119). Sum of RGB (Red+Green+Blue) = 218+93+119=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D77 is #25A288. Grayscale: #858585. Windows color (decimal): -2466441 or 7822810. OLE color: 7822810.

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

Color convert

RGB 218 93 119 -
CMYK 0 0.57 0.45 0.15
HSL 347.52º 0.63% 0.61% -
HSV(B) 347.52º 0.57% 0.85% -
XYZ 36.16 24.07 20.19 -
YUV 133.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 218 93 119 0 0.57 0.45 0.15 347.52 0.63 0.61
Hex DA 5D 77 0 39 2D F 15C 3F 3D
Octal 332 135 167 0 71 55 17 534 77 75
Binary 11011010 1011101 1110111 0 111001 101101 1111 101011100 111111 111101

Color Harmonies of #DA5D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D77

Black with #DA5D77

Text Example


Text Example

White with #DA5D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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