Html Css Color HEX #D66E71 Froly

📋 copy color: '#D66E71'

red 214 ◦ green 110 ◦ blue 113

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

Shades of Froly #D66E71

Tints of Froly #D66E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 48.97%
G = 25.17%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66E71 (or 0xD66E71) is known color: Froly. HEX triplet: D6, 6E and 71. RGB value is (214,110,113). Sum of RGB (Red+Green+Blue) = 214+110+113=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E71 is #29918E. Grayscale: #8D8D8D. Windows color (decimal): -2724239 or 7433942. OLE color: 7433942.

HSL color Cylindrical-coordinate representation of color #D66E71: hue angle of 358.27º 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 #D66E71 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 113 -
CMYK 0 0.49 0.47 0.16
HSL 358.27º 0.56% 0.64% -
HSV(B) 358.27º 0.49% 0.84% -
XYZ 36.29 26.64 18.85 -
YUV 141.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 214 110 113 0 0.49 0.47 0.16 358.27 0.56 0.64
Hex D6 6E 71 0 31 2F 10 166 38 40
Octal 326 156 161 0 61 57 20 546 70 100
Binary 11010110 1101110 1110001 0 110001 101111 10000 101100110 111000 1000000

Color Harmonies of #D66E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E71

Black with #D66E71

Text Example


Text Example

White with #D66E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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