Html Css Color HEX #D87A7D Froly

📋 copy color: '#D87A7D'

red 216 ◦ green 122 ◦ blue 125

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

Shades of Froly #D87A7D

Tints of Froly #D87A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 46.65%
G = 26.35%
B = 27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D87A7D (or 0xD87A7D) is known color: Froly. HEX triplet: D8, 7A and 7D. RGB value is (216,122,125). Sum of RGB (Red+Green+Blue) = 216+122+125=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A7D is #278582. Grayscale: #969696. Windows color (decimal): -2590083 or 8223448. OLE color: 8223448.

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

Color convert

RGB 216 122 125 -
CMYK 0 0.44 0.42 0.15
HSL 358.09º 0.55% 0.66% -
HSV(B) 358.09º 0.44% 0.85% -
XYZ 38.98 30 23.14 -
YUV 150.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 216 122 125 0 0.44 0.42 0.15 358.09 0.55 0.66
Hex D8 7A 7D 0 2C 2A F 166 37 42
Octal 330 172 175 0 54 52 17 546 67 102
Binary 11011000 1111010 1111101 0 101100 101010 1111 101100110 110111 1000010

Color Harmonies of #D87A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A7D

Black with #D87A7D

Text Example


Text Example

White with #D87A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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