Html Css Color HEX #DF7175 Froly

📋 copy color: '#DF7175'

red 223 ◦ green 113 ◦ blue 117

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

Shades of Froly #DF7175

Tints of Froly #DF7175

RGB

 RED value IS 223 (87.5% from 255) = 49.23%

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

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

R = 49.23%
G = 24.94%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7175 (or 0xDF7175) is known color: Froly. HEX triplet: DF, 71 and 75. RGB value is (223,113,117). Sum of RGB (Red+Green+Blue) = 223+113+117=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7175 is #208E8A. Grayscale: #929292. Windows color (decimal): -2133643 or 7696863. OLE color: 7696863.

HSL color Cylindrical-coordinate representation of color #DF7175: hue angle of 357.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7175 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 117 -
CMYK 0 0.49 0.48 0.13
HSL 357.82º 0.63% 0.66% -
HSV(B) 357.82º 0.49% 0.87% -
XYZ 39.55 28.78 20.3 -
YUV 146.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 223 113 117 0 0.49 0.48 0.13 357.82 0.63 0.66
Hex DF 71 75 0 31 30 D 166 3F 42
Octal 337 161 165 0 61 60 15 546 77 102
Binary 11011111 1110001 1110101 0 110001 110000 1101 101100110 111111 1000010

Color Harmonies of #DF7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7175

Black with #DF7175

Text Example


Text Example

White with #DF7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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