Html Css Color HEX #DA5F77 Cranberry

📋 copy color: '#DA5F77'

red 218 ◦ green 95 ◦ blue 119

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

Shades of Cranberry #DA5F77

Tints of Cranberry #DA5F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 50.46%
G = 21.99%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA5F77 (or 0xDA5F77) is known color: Cranberry. HEX triplet: DA, 5F and 77. RGB value is (218,95,119). Sum of RGB (Red+Green+Blue) = 218+95+119=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F77 is #25A088. Grayscale: #868686. Windows color (decimal): -2465929 or 7823322. OLE color: 7823322.

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

Color convert

RGB 218 95 119 -
CMYK 0 0.56 0.45 0.15
HSL 348.29º 0.62% 0.61% -
HSV(B) 348.29º 0.56% 0.85% -
XYZ 36.34 24.42 20.25 -
YUV 134.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 218 95 119 0 0.56 0.45 0.15 348.29 0.62 0.61
Hex DA 5F 77 0 38 2D F 15C 3E 3D
Octal 332 137 167 0 70 55 17 534 76 75
Binary 11011010 1011111 1110111 0 111000 101101 1111 101011100 111110 111101

Color Harmonies of #DA5F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F77

Black with #DA5F77

Text Example


Text Example

White with #DA5F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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