Html Css Color HEX #DA7378 Froly

📋 copy color: '#DA7378'

red 218 ◦ green 115 ◦ blue 120

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

Shades of Froly #DA7378

Tints of Froly #DA7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

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

R = 48.12%
G = 25.39%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7378 (or 0xDA7378) is known color: Froly. HEX triplet: DA, 73 and 78. RGB value is (218,115,120). Sum of RGB (Red+Green+Blue) = 218+115+120=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7378 is #258C87. Grayscale: #929292. Windows color (decimal): -2460808 or 7893978. OLE color: 7893978.

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

Color convert

RGB 218 115 120 -
CMYK 0 0.47 0.45 0.15
HSL 357.09º 0.58% 0.65% -
HSV(B) 357.09º 0.47% 0.85% -
XYZ 38.43 28.52 21.25 -
YUV 146.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 218 115 120 0 0.47 0.45 0.15 357.09 0.58 0.65
Hex DA 73 78 0 2F 2D F 165 3A 41
Octal 332 163 170 0 57 55 17 545 72 101
Binary 11011010 1110011 1111000 0 101111 101101 1111 101100101 111010 1000001

Color Harmonies of #DA7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7378

Black with #DA7378

Text Example


Text Example

White with #DA7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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