Html Css Color HEX #D3777C Froly

📋 copy color: '#D3777C'

red 211 ◦ green 119 ◦ blue 124

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

Shades of Froly #D3777C

Tints of Froly #D3777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 46.48%
G = 26.21%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3777C (or 0xD3777C) is known color: Froly. HEX triplet: D3, 77 and 7C. RGB value is (211,119,124). Sum of RGB (Red+Green+Blue) = 211+119+124=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3777C is #2C8883. Grayscale: #939393. Windows color (decimal): -2918532 or 8157139. OLE color: 8157139.

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

Color convert

RGB 211 119 124 -
CMYK 0 0.44 0.41 0.17
HSL 356.74º 0.51% 0.65% -
HSV(B) 356.74º 0.44% 0.83% -
XYZ 37.1 28.5 22.61 -
YUV 147.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 211 119 124 0 0.44 0.41 0.17 356.74 0.51 0.65
Hex D3 77 7C 0 2C 29 11 165 33 41
Octal 323 167 174 0 54 51 21 545 63 101
Binary 11010011 1110111 1111100 0 101100 101001 10001 101100101 110011 1000001

Color Harmonies of #D3777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3777C

Black with #D3777C

Text Example


Text Example

White with #D3777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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