Html Css Color HEX #DA7578 Froly

📋 copy color: '#DA7578'

red 218 ◦ green 117 ◦ blue 120

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

Shades of Froly #DA7578

Tints of Froly #DA7578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 47.91%
G = 25.71%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7578 (or 0xDA7578) is known color: Froly. HEX triplet: DA, 75 and 78. RGB value is (218,117,120). Sum of RGB (Red+Green+Blue) = 218+117+120=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7578 is #258A87. Grayscale: #939393. Windows color (decimal): -2460296 or 7894490. OLE color: 7894490.

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

Color convert

RGB 218 117 120 -
CMYK 0 0.46 0.45 0.15
HSL 358.22º 0.58% 0.66% -
HSV(B) 358.22º 0.46% 0.85% -
XYZ 38.66 28.98 21.33 -
YUV 147.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 218 117 120 0 0.46 0.45 0.15 358.22 0.58 0.66
Hex DA 75 78 0 2E 2D F 166 3A 42
Octal 332 165 170 0 56 55 17 546 72 102
Binary 11011010 1110101 1111000 0 101110 101101 1111 101100110 111010 1000010

Color Harmonies of #DA7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7578

Black with #DA7578

Text Example


Text Example

White with #DA7578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7578; }

 p { color: rgb(218,117,120); }

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

background-color css

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

 a { background-color: rgb(218,117,120); }

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

border-color css

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

 span { border-color: rgb(218,117,120); }

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