Html Css Color HEX #D86275 Froly

📋 copy color: '#D86275'

red 216 ◦ green 98 ◦ blue 117

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

Shades of Froly #D86275

Tints of Froly #D86275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

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

R = 50.12%
G = 22.74%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D86275 (or 0xD86275) is known color: Froly. HEX triplet: D8, 62 and 75. RGB value is (216,98,117). Sum of RGB (Red+Green+Blue) = 216+98+117=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D86275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86275 is #279D8A. Grayscale: #878787. Windows color (decimal): -2596235 or 7693016. OLE color: 7693016.

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

Color convert

RGB 216 98 117 -
CMYK 0 0.55 0.46 0.15
HSL 350.34º 0.6% 0.62% -
HSV(B) 350.34º 0.55% 0.85% -
XYZ 35.9 24.62 19.69 -
YUV 135.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 216 98 117 0 0.55 0.46 0.15 350.34 0.6 0.62
Hex D8 62 75 0 37 2E F 15E 3C 3E
Octal 330 142 165 0 67 56 17 536 74 76
Binary 11011000 1100010 1110101 0 110111 101110 1111 101011110 111100 111110

Color Harmonies of #D86275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86275

Black with #D86275

Text Example


Text Example

White with #D86275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86275; }

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

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

background-color css

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

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

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

border-color css

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

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

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