Html Css Color HEX #D96977 Froly

📋 copy color: '#D96977'

red 217 ◦ green 105 ◦ blue 119

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

Shades of Froly #D96977

Tints of Froly #D96977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

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

R = 49.21%
G = 23.81%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D96977 (or 0xD96977) is known color: Froly. HEX triplet: D9, 69 and 77. RGB value is (217,105,119). Sum of RGB (Red+Green+Blue) = 217+105+119=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D96977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96977 is #269688. Grayscale: #8C8C8C. Windows color (decimal): -2528905 or 7825881. OLE color: 7825881.

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

Color convert

RGB 217 105 119 -
CMYK 0 0.52 0.45 0.15
HSL 352.5º 0.6% 0.63% -
HSV(B) 352.5º 0.52% 0.85% -
XYZ 37 26.19 20.56 -
YUV 140.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 217 105 119 0 0.52 0.45 0.15 352.5 0.6 0.63
Hex D9 69 77 0 34 2D F 160 3C 3F
Octal 331 151 167 0 64 55 17 540 74 77
Binary 11011001 1101001 1110111 0 110100 101101 1111 101100000 111100 111111

Color Harmonies of #D96977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96977

Black with #D96977

Text Example


Text Example

White with #D96977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96977; }

 p { color: rgb(217,105,119); }

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

background-color css

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

 a { background-color: rgb(217,105,119); }

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

border-color css

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

 span { border-color: rgb(217,105,119); }

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