Html Css Color HEX #D96976 Froly

📋 copy color: '#D96976'

red 217 ◦ green 105 ◦ blue 118

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

Shades of Froly #D96976

Tints of Froly #D96976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 49.32%
G = 23.86%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D96976 (or 0xD96976) is known color: Froly. HEX triplet: D9, 69 and 76. RGB value is (217,105,118). Sum of RGB (Red+Green+Blue) = 217+105+118=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D96976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96976 is #269689. Grayscale: #8C8C8C. Windows color (decimal): -2528906 or 7760345. OLE color: 7760345.

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

Color convert

RGB 217 105 118 -
CMYK 0 0.52 0.46 0.15
HSL 353.04º 0.6% 0.63% -
HSV(B) 353.04º 0.52% 0.85% -
XYZ 36.94 26.16 20.24 -
YUV 139.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 217 105 118 0 0.52 0.46 0.15 353.04 0.6 0.63
Hex D9 69 76 0 34 2E F 161 3C 3F
Octal 331 151 166 0 64 56 17 541 74 77
Binary 11011001 1101001 1110110 0 110100 101110 1111 101100001 111100 111111

Color Harmonies of #D96976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96976

Black with #D96976

Text Example


Text Example

White with #D96976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96976; }

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

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

background-color css

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

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

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

border-color css

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

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

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