Html Css Color HEX #DA5E76 Cranberry

📋 copy color: '#DA5E76'

red 218 ◦ green 94 ◦ blue 118

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

Shades of Cranberry #DA5E76

Tints of Cranberry #DA5E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 50.7%
G = 21.86%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA5E76 (or 0xDA5E76) is known color: Cranberry. HEX triplet: DA, 5E and 76. RGB value is (218,94,118). Sum of RGB (Red+Green+Blue) = 218+94+118=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E76 is #25A189. Grayscale: #858585. Windows color (decimal): -2466186 or 7757530. OLE color: 7757530.

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

Color convert

RGB 218 94 118 -
CMYK 0 0.57 0.46 0.15
HSL 348.39º 0.63% 0.61% -
HSV(B) 348.39º 0.57% 0.85% -
XYZ 36.19 24.22 19.91 -
YUV 133.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 218 94 118 0 0.57 0.46 0.15 348.39 0.63 0.61
Hex DA 5E 76 0 39 2E F 15C 3F 3D
Octal 332 136 166 0 71 56 17 534 77 75
Binary 11011010 1011110 1110110 0 111001 101110 1111 101011100 111111 111101

Color Harmonies of #DA5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E76

Black with #DA5E76

Text Example


Text Example

White with #DA5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E76; }

 p { color: rgb(218,94,118); }

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

background-color css

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

 a { background-color: rgb(218,94,118); }

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

border-color css

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

 span { border-color: rgb(218,94,118); }

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