Html Css Color HEX #D87277 Froly

📋 copy color: '#D87277'

red 216 ◦ green 114 ◦ blue 119

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

Shades of Froly #D87277

Tints of Froly #D87277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 48.11%
G = 25.39%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D87277 (or 0xD87277) is known color: Froly. HEX triplet: D8, 72 and 77. RGB value is (216,114,119). Sum of RGB (Red+Green+Blue) = 216+114+119=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D87277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87277 is #278D88. Grayscale: #919191. Windows color (decimal): -2592137 or 7828184. OLE color: 7828184.

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

Color convert

RGB 216 114 119 -
CMYK 0 0.47 0.45 0.15
HSL 357.06º 0.57% 0.65% -
HSV(B) 357.06º 0.47% 0.85% -
XYZ 37.67 27.97 20.87 -
YUV 145.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 216 114 119 0 0.47 0.45 0.15 357.06 0.57 0.65
Hex D8 72 77 0 2F 2D F 165 39 41
Octal 330 162 167 0 57 55 17 545 71 101
Binary 11011000 1110010 1110111 0 101111 101101 1111 101100101 111001 1000001

Color Harmonies of #D87277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87277

Black with #D87277

Text Example


Text Example

White with #D87277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87277; }

 p { color: rgb(216,114,119); }

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

background-color css

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

 a { background-color: rgb(216,114,119); }

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

border-color css

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

 span { border-color: rgb(216,114,119); }

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