Html Css Color HEX #D37377 Froly

📋 copy color: '#D37377'

red 211 ◦ green 115 ◦ blue 119

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

Shades of Froly #D37377

Tints of Froly #D37377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 47.42%
G = 25.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D37377 (or 0xD37377) is known color: Froly. HEX triplet: D3, 73 and 77. RGB value is (211,115,119). Sum of RGB (Red+Green+Blue) = 211+115+119=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D37377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37377 is #2C8C88. Grayscale: #909090. Windows color (decimal): -2919561 or 7828435. OLE color: 7828435.

HSL color Cylindrical-coordinate representation of color #D37377: hue angle of 357.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37377 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 115 119 -
CMYK 0 0.45 0.44 0.17
HSL 357.5º 0.52% 0.64% -
HSV(B) 357.5º 0.45% 0.83% -
XYZ 36.32 27.44 20.84 -
YUV 144.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 211 115 119 0 0.45 0.44 0.17 357.5 0.52 0.64
Hex D3 73 77 0 2D 2C 11 166 34 40
Octal 323 163 167 0 55 54 21 546 64 100
Binary 11010011 1110011 1110111 0 101101 101100 10001 101100110 110100 1000000

Color Harmonies of #D37377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37377

Black with #D37377

Text Example


Text Example

White with #D37377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37377; }

 p { color: rgb(211,115,119); }

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

background-color css

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

 a { background-color: rgb(211,115,119); }

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

border-color css

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

 span { border-color: rgb(211,115,119); }

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