Html Css Color HEX #D66C71 Froly

📋 copy color: '#D66C71'

red 214 ◦ green 108 ◦ blue 113

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

Shades of Froly #D66C71

Tints of Froly #D66C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.83%

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

R = 49.2%
G = 24.83%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66C71 (or 0xD66C71) is known color: Froly. HEX triplet: D6, 6C and 71. RGB value is (214,108,113). Sum of RGB (Red+Green+Blue) = 214+108+113=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C71 is #29938E. Grayscale: #8C8C8C. Windows color (decimal): -2724751 or 7433430. OLE color: 7433430.

HSL color Cylindrical-coordinate representation of color #D66C71: hue angle of 357.17º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66C71 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 113 -
CMYK 0 0.50 0.47 0.16
HSL 357.17º 0.56% 0.63% -
HSV(B) 357.17º 0.5% 0.84% -
XYZ 36.07 26.21 18.78 -
YUV 140.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 214 108 113 0 0.50 0.47 0.16 357.17 0.56 0.63
Hex D6 6C 71 0 32 2F 10 165 38 3F
Octal 326 154 161 0 62 57 20 545 70 77
Binary 11010110 1101100 1110001 0 110010 101111 10000 101100101 111000 111111

Color Harmonies of #D66C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C71

Black with #D66C71

Text Example


Text Example

White with #D66C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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