Html Css Color HEX #DA7375 Froly

📋 copy color: '#DA7375'

red 218 ◦ green 115 ◦ blue 117

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

Shades of Froly #DA7375

Tints of Froly #DA7375

RGB

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

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

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

R = 48.44%
G = 25.56%
B = 26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7375 (or 0xDA7375) is known color: Froly. HEX triplet: DA, 73 and 75. RGB value is (218,115,117). Sum of RGB (Red+Green+Blue) = 218+115+117=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7375 is #258C8A. Grayscale: #929292. Windows color (decimal): -2460811 or 7697370. OLE color: 7697370.

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

Color convert

RGB 218 115 117 -
CMYK 0 0.47 0.46 0.15
HSL 358.84º 0.58% 0.65% -
HSV(B) 358.84º 0.47% 0.85% -
XYZ 38.26 28.45 20.31 -
YUV 146.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 218 115 117 0 0.47 0.46 0.15 358.84 0.58 0.65
Hex DA 73 75 0 2F 2E F 167 3A 41
Octal 332 163 165 0 57 56 17 547 72 101
Binary 11011010 1110011 1110101 0 101111 101110 1111 101100111 111010 1000001

Color Harmonies of #DA7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7375

Black with #DA7375

Text Example


Text Example

White with #DA7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7375; }

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

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

background-color css

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

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

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

border-color css

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

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

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