Html Css Color HEX #D87073 Froly

📋 copy color: '#D87073'

red 216 ◦ green 112 ◦ blue 115

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

Shades of Froly #D87073

Tints of Froly #D87073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 115 (45.31% from 255) = 25.96%

R = 48.76%
G = 25.28%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D87073 (or 0xD87073) is known color: Froly. HEX triplet: D8, 70 and 73. RGB value is (216,112,115). Sum of RGB (Red+Green+Blue) = 216+112+115=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D87073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87073 is #278F8C. Grayscale: #8F8F8F. Windows color (decimal): -2592653 or 7565528. OLE color: 7565528.

HSL color Cylindrical-coordinate representation of color #D87073: hue angle of 358.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87073 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 115 -
CMYK 0 0.48 0.47 0.15
HSL 358.27º 0.57% 0.64% -
HSV(B) 358.27º 0.48% 0.85% -
XYZ 37.21 27.43 19.55 -
YUV 143.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 216 112 115 0 0.48 0.47 0.15 358.27 0.57 0.64
Hex D8 70 73 0 30 2F F 166 39 40
Octal 330 160 163 0 60 57 17 546 71 100
Binary 11011000 1110000 1110011 0 110000 101111 1111 101100110 111001 1000000

Color Harmonies of #D87073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87073

Black with #D87073

Text Example


Text Example

White with #D87073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87073; }

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

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

background-color css

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

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

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

border-color css

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

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

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