Html Css Color HEX #D96074 Froly

📋 copy color: '#D96074'

red 217 ◦ green 96 ◦ blue 116

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

Shades of Froly #D96074

Tints of Froly #D96074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 50.58%
G = 22.38%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96074 (or 0xD96074) is known color: Froly. HEX triplet: D9, 60 and 74. RGB value is (217,96,116). Sum of RGB (Red+Green+Blue) = 217+96+116=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D96074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96074 is #269F8B. Grayscale: #868686. Windows color (decimal): -2531212 or 7626969. OLE color: 7626969.

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

Color convert

RGB 217 96 116 -
CMYK 0 0.56 0.47 0.15
HSL 350.08º 0.61% 0.61% -
HSV(B) 350.08º 0.56% 0.85% -
XYZ 35.95 24.38 19.33 -
YUV 134.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 217 96 116 0 0.56 0.47 0.15 350.08 0.61 0.61
Hex D9 60 74 0 38 2F F 15E 3D 3D
Octal 331 140 164 0 70 57 17 536 75 75
Binary 11011001 1100000 1110100 0 111000 101111 1111 101011110 111101 111101

Color Harmonies of #D96074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96074

Black with #D96074

Text Example


Text Example

White with #D96074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96074; }

 p { color: rgb(217,96,116); }

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

background-color css

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

 a { background-color: rgb(217,96,116); }

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

border-color css

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

 span { border-color: rgb(217,96,116); }

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