Html Css Color HEX #D6777D Froly

📋 copy color: '#D6777D'

red 214 ◦ green 119 ◦ blue 125

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

Shades of Froly #D6777D

Tints of Froly #D6777D

RGB

 RED value IS 214 (83.98% from 255) = 46.72%

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

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 46.72%
G = 25.98%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6777D (or 0xD6777D) is known color: Froly. HEX triplet: D6, 77 and 7D. RGB value is (214,119,125). Sum of RGB (Red+Green+Blue) = 214+119+125=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6777D is #298882. Grayscale: #949494. Windows color (decimal): -2721923 or 8222678. OLE color: 8222678.

HSL color Cylindrical-coordinate representation of color #D6777D: hue angle of 356.21º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6777D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 125 -
CMYK 0 0.44 0.42 0.16
HSL 356.21º 0.54% 0.65% -
HSV(B) 356.21º 0.44% 0.84% -
XYZ 38.03 28.97 22.99 -
YUV 148.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 214 119 125 0 0.44 0.42 0.16 356.21 0.54 0.65
Hex D6 77 7D 0 2C 2A 10 164 36 41
Octal 326 167 175 0 54 52 20 544 66 101
Binary 11010110 1110111 1111101 0 101100 101010 10000 101100100 110110 1000001

Color Harmonies of #D6777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6777D

Black with #D6777D

Text Example


Text Example

White with #D6777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6777D; }

 p { color: rgb(214,119,125); }

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

background-color css

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

 a { background-color: rgb(214,119,125); }

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

border-color css

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

 span { border-color: rgb(214,119,125); }

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