Html Css Color HEX #D36979 Froly

📋 copy color: '#D36979'

red 211 ◦ green 105 ◦ blue 121

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

Shades of Froly #D36979

Tints of Froly #D36979

RGB

 RED value IS 211 (82.81% from 255) = 48.28%

 GREEN value IS 105 (41.41% from 255) = 24.03%

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

R = 48.28%
G = 24.03%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D36979 (or 0xD36979) is known color: Froly. HEX triplet: D3, 69 and 79. RGB value is (211,105,121). Sum of RGB (Red+Green+Blue) = 211+105+121=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D36979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36979 is #2C9686. Grayscale: #8A8A8A. Windows color (decimal): -2922119 or 7956947. OLE color: 7956947.

HSL color Cylindrical-coordinate representation of color #D36979: hue angle of 350.94º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36979 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 121 -
CMYK 0 0.50 0.43 0.17
HSL 350.94º 0.55% 0.62% -
HSV(B) 350.94º 0.5% 0.83% -
XYZ 35.37 25.33 21.11 -
YUV 138.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 211 105 121 0 0.50 0.43 0.17 350.94 0.55 0.62
Hex D3 69 79 0 32 2B 11 15F 37 3E
Octal 323 151 171 0 62 53 21 537 67 76
Binary 11010011 1101001 1111001 0 110010 101011 10001 101011111 110111 111110

Color Harmonies of #D36979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36979

Black with #D36979

Text Example


Text Example

White with #D36979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36979; }

 p { color: rgb(211,105,121); }

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

background-color css

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

 a { background-color: rgb(211,105,121); }

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

border-color css

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

 span { border-color: rgb(211,105,121); }

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