Html Css Color HEX #D96279 Froly

📋 copy color: '#D96279'

red 217 ◦ green 98 ◦ blue 121

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

Shades of Froly #D96279

Tints of Froly #D96279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 49.77%
G = 22.48%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D96279 (or 0xD96279) is known color: Froly. HEX triplet: D9, 62 and 79. RGB value is (217,98,121). Sum of RGB (Red+Green+Blue) = 217+98+121=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D96279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96279 is #269D86. Grayscale: #888888. Windows color (decimal): -2530695 or 7955161. OLE color: 7955161.

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

Color convert

RGB 217 98 121 -
CMYK 0 0.55 0.44 0.15
HSL 348.4º 0.61% 0.62% -
HSV(B) 348.4º 0.55% 0.85% -
XYZ 36.43 24.87 20.97 -
YUV 136.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 217 98 121 0 0.55 0.44 0.15 348.4 0.61 0.62
Hex D9 62 79 0 37 2C F 15C 3D 3E
Octal 331 142 171 0 67 54 17 534 75 76
Binary 11011001 1100010 1111001 0 110111 101100 1111 101011100 111101 111110

Color Harmonies of #D96279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96279

Black with #D96279

Text Example


Text Example

White with #D96279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96279; }

 p { color: rgb(217,98,121); }

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

background-color css

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

 a { background-color: rgb(217,98,121); }

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

border-color css

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

 span { border-color: rgb(217,98,121); }

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