Html Css Color HEX #D87278 Froly

📋 copy color: '#D87278'

red 216 ◦ green 114 ◦ blue 120

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

Shades of Froly #D87278

Tints of Froly #D87278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.67%

R = 48%
G = 25.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D87278 (or 0xD87278) is known color: Froly. HEX triplet: D8, 72 and 78. RGB value is (216,114,120). Sum of RGB (Red+Green+Blue) = 216+114+120=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D87278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87278 is #278D87. Grayscale: #919191. Windows color (decimal): -2592136 or 7893720. OLE color: 7893720.

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

Color convert

RGB 216 114 120 -
CMYK 0 0.47 0.44 0.15
HSL 356.47º 0.57% 0.65% -
HSV(B) 356.47º 0.47% 0.85% -
XYZ 37.73 27.99 21.18 -
YUV 145.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 216 114 120 0 0.47 0.44 0.15 356.47 0.57 0.65
Hex D8 72 78 0 2F 2C F 164 39 41
Octal 330 162 170 0 57 54 17 544 71 101
Binary 11011000 1110010 1111000 0 101111 101100 1111 101100100 111001 1000001

Color Harmonies of #D87278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87278

Black with #D87278

Text Example


Text Example

White with #D87278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87278; }

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

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

background-color css

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

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

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

border-color css

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

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

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