Html Css Color HEX #DA6477 Froly

📋 copy color: '#DA6477'

red 218 ◦ green 100 ◦ blue 119

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

Shades of Froly #DA6477

Tints of Froly #DA6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.88%

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

R = 49.89%
G = 22.88%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6477 (or 0xDA6477) is known color: Froly. HEX triplet: DA, 64 and 77. RGB value is (218,100,119). Sum of RGB (Red+Green+Blue) = 218+100+119=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6477 is #259B88. Grayscale: #898989. Windows color (decimal): -2464649 or 7824602. OLE color: 7824602.

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

Color convert

RGB 218 100 119 -
CMYK 0 0.54 0.45 0.15
HSL 350.34º 0.61% 0.62% -
HSV(B) 350.34º 0.54% 0.85% -
XYZ 36.8 25.35 20.41 -
YUV 137.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 218 100 119 0 0.54 0.45 0.15 350.34 0.61 0.62
Hex DA 64 77 0 36 2D F 15E 3D 3E
Octal 332 144 167 0 66 55 17 536 75 76
Binary 11011010 1100100 1110111 0 110110 101101 1111 101011110 111101 111110

Color Harmonies of #DA6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6477

Black with #DA6477

Text Example


Text Example

White with #DA6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6477; }

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

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

background-color css

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

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

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

border-color css

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

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

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