Html Css Color HEX #D66F71 Froly

📋 copy color: '#D66F71'

red 214 ◦ green 111 ◦ blue 113

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

Shades of Froly #D66F71

Tints of Froly #D66F71

RGB

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

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

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

R = 48.86%
G = 25.34%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66F71 (or 0xD66F71) is known color: Froly. HEX triplet: D6, 6F and 71. RGB value is (214,111,113). Sum of RGB (Red+Green+Blue) = 214+111+113=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F71 is #29908E. Grayscale: #8E8E8E. Windows color (decimal): -2723983 or 7434198. OLE color: 7434198.

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

Color convert

RGB 214 111 113 -
CMYK 0 0.48 0.47 0.16
HSL 358.84º 0.56% 0.64% -
HSV(B) 358.84º 0.48% 0.84% -
XYZ 36.4 26.86 18.89 -
YUV 142.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 214 111 113 0 0.48 0.47 0.16 358.84 0.56 0.64
Hex D6 6F 71 0 30 2F 10 167 38 40
Octal 326 157 161 0 60 57 20 547 70 100
Binary 11010110 1101111 1110001 0 110000 101111 10000 101100111 111000 1000000

Color Harmonies of #D66F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F71

Black with #D66F71

Text Example


Text Example

White with #D66F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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