Html Css Color HEX #D66E76 Froly

📋 copy color: '#D66E76'

red 214 ◦ green 110 ◦ blue 118

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

Shades of Froly #D66E76

Tints of Froly #D66E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.89%

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

R = 48.42%
G = 24.89%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66E76 (or 0xD66E76) is known color: Froly. HEX triplet: D6, 6E and 76. RGB value is (214,110,118). Sum of RGB (Red+Green+Blue) = 214+110+118=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E76 is #299189. Grayscale: #8E8E8E. Windows color (decimal): -2724234 or 7761622. OLE color: 7761622.

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

Color convert

RGB 214 110 118 -
CMYK 0 0.49 0.45 0.16
HSL 355.38º 0.56% 0.64% -
HSV(B) 355.38º 0.49% 0.84% -
XYZ 36.58 26.76 20.38 -
YUV 142.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 214 110 118 0 0.49 0.45 0.16 355.38 0.56 0.64
Hex D6 6E 76 0 31 2D 10 163 38 40
Octal 326 156 166 0 61 55 20 543 70 100
Binary 11010110 1101110 1110110 0 110001 101101 10000 101100011 111000 1000000

Color Harmonies of #D66E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E76

Black with #D66E76

Text Example


Text Example

White with #D66E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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