Html Css Color HEX #D86277 Froly

📋 copy color: '#D86277'

red 216 ◦ green 98 ◦ blue 119

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

Shades of Froly #D86277

Tints of Froly #D86277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 49.88%
G = 22.63%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D86277 (or 0xD86277) is known color: Froly. HEX triplet: D8, 62 and 77. RGB value is (216,98,119). Sum of RGB (Red+Green+Blue) = 216+98+119=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D86277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86277 is #279D88. Grayscale: #878787. Windows color (decimal): -2596233 or 7824088. OLE color: 7824088.

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

Color convert

RGB 216 98 119 -
CMYK 0 0.55 0.45 0.15
HSL 349.32º 0.6% 0.62% -
HSV(B) 349.32º 0.55% 0.85% -
XYZ 36.02 24.67 20.32 -
YUV 135.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 216 98 119 0 0.55 0.45 0.15 349.32 0.6 0.62
Hex D8 62 77 0 37 2D F 15D 3C 3E
Octal 330 142 167 0 67 55 17 535 74 76
Binary 11011000 1100010 1110111 0 110111 101101 1111 101011101 111100 111110

Color Harmonies of #D86277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86277

Black with #D86277

Text Example


Text Example

White with #D86277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86277; }

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

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

background-color css

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

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

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

border-color css

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

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

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