Html Css Color HEX #D96475 Froly

📋 copy color: '#D96475'

red 217 ◦ green 100 ◦ blue 117

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

Shades of Froly #D96475

Tints of Froly #D96475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 50%
G = 23.04%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D96475 (or 0xD96475) is known color: Froly. HEX triplet: D9, 64 and 75. RGB value is (217,100,117). Sum of RGB (Red+Green+Blue) = 217+100+117=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96475 is #269B8A. Grayscale: #888888. Windows color (decimal): -2530187 or 7693529. OLE color: 7693529.

HSL color Cylindrical-coordinate representation of color #D96475: hue angle of 351.28º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96475 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 117 -
CMYK 0 0.54 0.46 0.15
HSL 351.28º 0.61% 0.62% -
HSV(B) 351.28º 0.54% 0.85% -
XYZ 36.38 25.15 19.77 -
YUV 136.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 217 100 117 0 0.54 0.46 0.15 351.28 0.61 0.62
Hex D9 64 75 0 36 2E F 15F 3D 3E
Octal 331 144 165 0 66 56 17 537 75 76
Binary 11011001 1100100 1110101 0 110110 101110 1111 101011111 111101 111110

Color Harmonies of #D96475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96475

Black with #D96475

Text Example


Text Example

White with #D96475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96475; }

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

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

background-color css

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

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

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

border-color css

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

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

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