Html Css Color HEX #D87375 Froly

📋 copy color: '#D87375'

red 216 ◦ green 115 ◦ blue 117

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

Shades of Froly #D87375

Tints of Froly #D87375

RGB

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

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

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

R = 48.21%
G = 25.67%
B = 26.12%

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

#D87375 (or 0xD87375) is known color: Froly. HEX triplet: D8, 73 and 75. RGB value is (216,115,117). Sum of RGB (Red+Green+Blue) = 216+115+117=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D87375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87375 is #278C8A. Grayscale: #919191. Windows color (decimal): -2591883 or 7697368. OLE color: 7697368.

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

Color convert

RGB 216 115 117 -
CMYK 0 0.47 0.46 0.15
HSL 358.81º 0.56% 0.65% -
HSV(B) 358.81º 0.47% 0.85% -
XYZ 37.66 28.14 20.28 -
YUV 145.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 216 115 117 0 0.47 0.46 0.15 358.81 0.56 0.65
Hex D8 73 75 0 2F 2E F 167 38 41
Octal 330 163 165 0 57 56 17 547 70 101
Binary 11011000 1110011 1110101 0 101111 101110 1111 101100111 111000 1000001

Color Harmonies of #D87375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87375

Black with #D87375

Text Example


Text Example

White with #D87375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87375; }

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

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

background-color css

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

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

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

border-color css

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

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

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