Html Css Color HEX #DA7275 Froly

📋 copy color: '#DA7275'

red 218 ◦ green 114 ◦ blue 117

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

Shades of Froly #DA7275

Tints of Froly #DA7275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.39%

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

R = 48.55%
G = 25.39%
B = 26.06%

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

#DA7275 (or 0xDA7275) is known color: Froly. HEX triplet: DA, 72 and 75. RGB value is (218,114,117). Sum of RGB (Red+Green+Blue) = 218+114+117=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7275 is #258D8A. Grayscale: #919191. Windows color (decimal): -2461067 or 7697114. OLE color: 7697114.

HSL color Cylindrical-coordinate representation of color #DA7275: hue angle of 358.27º degrees, saturation: 0.58, 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 #DA7275 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 117 -
CMYK 0 0.48 0.46 0.15
HSL 358.27º 0.58% 0.65% -
HSV(B) 358.27º 0.48% 0.85% -
XYZ 38.14 28.22 20.27 -
YUV 145.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 218 114 117 0 0.48 0.46 0.15 358.27 0.58 0.65
Hex DA 72 75 0 30 2E F 166 3A 41
Octal 332 162 165 0 60 56 17 546 72 101
Binary 11011010 1110010 1110101 0 110000 101110 1111 101100110 111010 1000001

Color Harmonies of #DA7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7275

Black with #DA7275

Text Example


Text Example

White with #DA7275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7275; }

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

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

background-color css

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

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

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

border-color css

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

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

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