Html Css Color HEX #D97880 Froly

📋 copy color: '#D97880'

red 217 ◦ green 120 ◦ blue 128

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

Shades of Froly #D97880

Tints of Froly #D97880

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

 GREEN value IS 120 (47.27% from 255) = 25.81%

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 46.67%
G = 25.81%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D97880 (or 0xD97880) is known color: Froly. HEX triplet: D9, 78 and 80. RGB value is (217,120,128). Sum of RGB (Red+Green+Blue) = 217+120+128=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D97880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97880 is #26877F. Grayscale: #959595. Windows color (decimal): -2525056 or 8419545. OLE color: 8419545.

HSL color Cylindrical-coordinate representation of color #D97880: hue angle of 355.05º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97880 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 128 -
CMYK 0 0.45 0.41 0.15
HSL 355.05º 0.56% 0.66% -
HSV(B) 355.05º 0.45% 0.85% -
XYZ 39.23 29.74 24.1 -
YUV 149.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 217 120 128 0 0.45 0.41 0.15 355.05 0.56 0.66
Hex D9 78 80 0 2D 29 F 163 38 42
Octal 331 170 200 0 55 51 17 543 70 102
Binary 11011001 1111000 10000000 0 101101 101001 1111 101100011 111000 1000010

Color Harmonies of #D97880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97880

Black with #D97880

Text Example


Text Example

White with #D97880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97880; }

 p { color: rgb(217,120,128); }

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

background-color css

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

 a { background-color: rgb(217,120,128); }

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

border-color css

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

 span { border-color: rgb(217,120,128); }

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