Html Css Color HEX #D87D7E Froly

📋 copy color: '#D87D7E'

red 216 ◦ green 125 ◦ blue 126

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

Shades of Froly #D87D7E

Tints of Froly #D87D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 46.25%
G = 26.77%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D87D7E (or 0xD87D7E) is known color: Froly. HEX triplet: D8, 7D and 7E. RGB value is (216,125,126). Sum of RGB (Red+Green+Blue) = 216+125+126=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D7E is #278281. Grayscale: #989898. Windows color (decimal): -2589314 or 8289752. OLE color: 8289752.

HSL color Cylindrical-coordinate representation of color #D87D7E: hue angle of 359.34º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87D7E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 126 -
CMYK 0 0.42 0.42 0.15
HSL 359.34º 0.54% 0.67% -
HSV(B) 359.34º 0.42% 0.85% -
XYZ 39.42 30.77 23.6 -
YUV 152.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 216 125 126 0 0.42 0.42 0.15 359.34 0.54 0.67
Hex D8 7D 7E 0 2A 2A F 167 36 43
Octal 330 175 176 0 52 52 17 547 66 103
Binary 11011000 1111101 1111110 0 101010 101010 1111 101100111 110110 1000011

Color Harmonies of #D87D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D7E

Black with #D87D7E

Text Example


Text Example

White with #D87D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D7E; }

 p { color: rgb(216,125,126); }

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

background-color css

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

 a { background-color: rgb(216,125,126); }

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

border-color css

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

 span { border-color: rgb(216,125,126); }

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