Html Css Color HEX #DA7175 Froly

📋 copy color: '#DA7175'

red 218 ◦ green 113 ◦ blue 117

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

Shades of Froly #DA7175

Tints of Froly #DA7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 48.66%
G = 25.22%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7175 (or 0xDA7175) is known color: Froly. HEX triplet: DA, 71 and 75. RGB value is (218,113,117). Sum of RGB (Red+Green+Blue) = 218+113+117=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7175 is #258E8A. Grayscale: #909090. Windows color (decimal): -2461323 or 7696858. OLE color: 7696858.

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

Color convert

RGB 218 113 117 -
CMYK 0 0.48 0.46 0.15
HSL 357.71º 0.59% 0.65% -
HSV(B) 357.71º 0.48% 0.85% -
XYZ 38.03 28 20.23 -
YUV 144.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 218 113 117 0 0.48 0.46 0.15 357.71 0.59 0.65
Hex DA 71 75 0 30 2E F 166 3B 41
Octal 332 161 165 0 60 56 17 546 73 101
Binary 11011010 1110001 1110101 0 110000 101110 1111 101100110 111011 1000001

Color Harmonies of #DA7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7175

Black with #DA7175

Text Example


Text Example

White with #DA7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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