Html Css Color HEX #D87275 Froly

📋 copy color: '#D87275'

red 216 ◦ green 114 ◦ blue 117

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

Shades of Froly #D87275

Tints of Froly #D87275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 48.32%
G = 25.5%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D87275 (or 0xD87275) is known color: Froly. HEX triplet: D8, 72 and 75. RGB value is (216,114,117). Sum of RGB (Red+Green+Blue) = 216+114+117=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87275 is #278D8A. Grayscale: #909090. Windows color (decimal): -2592139 or 7697112. OLE color: 7697112.

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

Color convert

RGB 216 114 117 -
CMYK 0 0.47 0.46 0.15
HSL 358.24º 0.57% 0.65% -
HSV(B) 358.24º 0.47% 0.85% -
XYZ 37.55 27.92 20.24 -
YUV 144.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 216 114 117 0 0.47 0.46 0.15 358.24 0.57 0.65
Hex D8 72 75 0 2F 2E F 166 39 41
Octal 330 162 165 0 57 56 17 546 71 101
Binary 11011000 1110010 1110101 0 101111 101110 1111 101100110 111001 1000001

Color Harmonies of #D87275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87275

Black with #D87275

Text Example


Text Example

White with #D87275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87275; }

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

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

background-color css

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

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

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

border-color css

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

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

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