Html Css Color HEX #D87175 Froly

📋 copy color: '#D87175'

red 216 ◦ green 113 ◦ blue 117

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

Shades of Froly #D87175

Tints of Froly #D87175

RGB

 RED value IS 216 (84.77% from 255) = 48.43%

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

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

R = 48.43%
G = 25.34%
B = 26.23%

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

#D87175 (or 0xD87175) is known color: Froly. HEX triplet: D8, 71 and 75. RGB value is (216,113,117). Sum of RGB (Red+Green+Blue) = 216+113+117=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D87175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87175 is #278E8A. Grayscale: #909090. Windows color (decimal): -2592395 or 7696856. OLE color: 7696856.

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

Color convert

RGB 216 113 117 -
CMYK 0 0.48 0.46 0.15
HSL 357.67º 0.57% 0.65% -
HSV(B) 357.67º 0.48% 0.85% -
XYZ 37.43 27.69 20.2 -
YUV 144.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 216 113 117 0 0.48 0.46 0.15 357.67 0.57 0.65
Hex D8 71 75 0 30 2E F 166 39 41
Octal 330 161 165 0 60 56 17 546 71 101
Binary 11011000 1110001 1110101 0 110000 101110 1111 101100110 111001 1000001

Color Harmonies of #D87175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87175

Black with #D87175

Text Example


Text Example

White with #D87175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87175; }

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

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

background-color css

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

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

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

border-color css

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

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

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