Html Css Color HEX #D66F76 Froly

📋 copy color: '#D66F76'

red 214 ◦ green 111 ◦ blue 118

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

Shades of Froly #D66F76

Tints of Froly #D66F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 48.31%
G = 25.06%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66F76 (or 0xD66F76) is known color: Froly. HEX triplet: D6, 6F and 76. RGB value is (214,111,118). Sum of RGB (Red+Green+Blue) = 214+111+118=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F76 is #299089. Grayscale: #8E8E8E. Windows color (decimal): -2723978 or 7761878. OLE color: 7761878.

HSL color Cylindrical-coordinate representation of color #D66F76: hue angle of 355.92º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F76 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 118 -
CMYK 0 0.48 0.45 0.16
HSL 355.92º 0.56% 0.64% -
HSV(B) 355.92º 0.48% 0.84% -
XYZ 36.69 26.97 20.41 -
YUV 142.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 214 111 118 0 0.48 0.45 0.16 355.92 0.56 0.64
Hex D6 6F 76 0 30 2D 10 164 38 40
Octal 326 157 166 0 60 55 20 544 70 100
Binary 11010110 1101111 1110110 0 110000 101101 10000 101100100 111000 1000000

Color Harmonies of #D66F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F76

Black with #D66F76

Text Example


Text Example

White with #D66F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F76; }

 p { color: rgb(214,111,118); }

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

background-color css

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

 a { background-color: rgb(214,111,118); }

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

border-color css

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

 span { border-color: rgb(214,111,118); }

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