Html Css Color HEX #D96172 Froly

📋 copy color: '#D96172'

red 217 ◦ green 97 ◦ blue 114

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

Shades of Froly #D96172

Tints of Froly #D96172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 50.7%
G = 22.66%
B = 26.64%

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

#D96172 (or 0xD96172) is known color: Froly. HEX triplet: D9, 61 and 72. RGB value is (217,97,114). Sum of RGB (Red+Green+Blue) = 217+97+114=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D96172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96172 is #269E8D. Grayscale: #868686. Windows color (decimal): -2530958 or 7496153. OLE color: 7496153.

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

Color convert

RGB 217 97 114 -
CMYK 0 0.55 0.47 0.15
HSL 351.5º 0.61% 0.62% -
HSV(B) 351.5º 0.55% 0.85% -
XYZ 35.93 24.52 18.76 -
YUV 134.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 217 97 114 0 0.55 0.47 0.15 351.5 0.61 0.62
Hex D9 61 72 0 37 2F F 160 3D 3E
Octal 331 141 162 0 67 57 17 540 75 76
Binary 11011001 1100001 1110010 0 110111 101111 1111 101100000 111101 111110

Color Harmonies of #D96172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96172

Black with #D96172

Text Example


Text Example

White with #D96172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96172; }

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

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

background-color css

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

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

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

border-color css

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

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

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