Html Css Color HEX #DA6377 Froly

📋 copy color: '#DA6377'

red 218 ◦ green 99 ◦ blue 119

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

Shades of Froly #DA6377

Tints of Froly #DA6377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

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

R = 50%
G = 22.71%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6377 (or 0xDA6377) is known color: Froly. HEX triplet: DA, 63 and 77. RGB value is (218,99,119). Sum of RGB (Red+Green+Blue) = 218+99+119=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6377 is #259C88. Grayscale: #888888. Windows color (decimal): -2464905 or 7824346. OLE color: 7824346.

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

Color convert

RGB 218 99 119 -
CMYK 0 0.55 0.45 0.15
HSL 349.92º 0.62% 0.62% -
HSV(B) 349.92º 0.55% 0.85% -
XYZ 36.71 25.16 20.37 -
YUV 136.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 218 99 119 0 0.55 0.45 0.15 349.92 0.62 0.62
Hex DA 63 77 0 37 2D F 15E 3E 3E
Octal 332 143 167 0 67 55 17 536 76 76
Binary 11011010 1100011 1110111 0 110111 101101 1111 101011110 111110 111110

Color Harmonies of #DA6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6377

Black with #DA6377

Text Example


Text Example

White with #DA6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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