Html Css Color HEX #D96175 Froly

📋 copy color: '#D96175'

red 217 ◦ green 97 ◦ blue 117

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

Shades of Froly #D96175

Tints of Froly #D96175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 50.35%
G = 22.51%
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

#D96175 (or 0xD96175) is known color: Froly. HEX triplet: D9, 61 and 75. RGB value is (217,97,117). Sum of RGB (Red+Green+Blue) = 217+97+117=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D96175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96175 is #269E8A. Grayscale: #878787. Windows color (decimal): -2530955 or 7692761. OLE color: 7692761.

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

Color convert

RGB 217 97 117 -
CMYK 0 0.55 0.46 0.15
HSL 350º 0.61% 0.62% -
HSV(B) 350º 0.55% 0.85% -
XYZ 36.1 24.59 19.67 -
YUV 135.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 217 97 117 0 0.55 0.46 0.15 350 0.61 0.62
Hex D9 61 75 0 37 2E F 15E 3D 3E
Octal 331 141 165 0 67 56 17 536 75 76
Binary 11011001 1100001 1110101 0 110111 101110 1111 101011110 111101 111110

Color Harmonies of #D96175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96175

Black with #D96175

Text Example


Text Example

White with #D96175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96175; }

 p { color: rgb(217,97,117); }

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

background-color css

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

 a { background-color: rgb(217,97,117); }

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

border-color css

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

 span { border-color: rgb(217,97,117); }

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