Html Css Color HEX #D96174 Froly

📋 copy color: '#D96174'

red 217 ◦ green 97 ◦ blue 116

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

Shades of Froly #D96174

Tints of Froly #D96174

RGB

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

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

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

R = 50.47%
G = 22.56%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96174 (or 0xD96174) is known color: Froly. HEX triplet: D9, 61 and 74. RGB value is (217,97,116). Sum of RGB (Red+Green+Blue) = 217+97+116=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D96174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96174 is #269E8B. Grayscale: #878787. Windows color (decimal): -2530956 or 7627225. OLE color: 7627225.

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

Color convert

RGB 217 97 116 -
CMYK 0 0.55 0.47 0.15
HSL 350.5º 0.61% 0.62% -
HSV(B) 350.5º 0.55% 0.85% -
XYZ 36.04 24.56 19.36 -
YUV 135.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 217 97 116 0 0.55 0.47 0.15 350.5 0.61 0.62
Hex D9 61 74 0 37 2F F 15E 3D 3E
Octal 331 141 164 0 67 57 17 536 75 76
Binary 11011001 1100001 1110100 0 110111 101111 1111 101011110 111101 111110

Color Harmonies of #D96174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96174

Black with #D96174

Text Example


Text Example

White with #D96174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96174; }

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

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

background-color css

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

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

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

border-color css

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

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

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