Html Css Color HEX #D67071 Froly

📋 copy color: '#D67071'

red 214 ◦ green 112 ◦ blue 113

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

Shades of Froly #D67071

Tints of Froly #D67071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 48.75%
G = 25.51%
B = 25.74%

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

#D67071 (or 0xD67071) is known color: Froly. HEX triplet: D6, 70 and 71. RGB value is (214,112,113). Sum of RGB (Red+Green+Blue) = 214+112+113=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D67071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67071 is #298F8E. Grayscale: #8E8E8E. Windows color (decimal): -2723727 or 7434454. OLE color: 7434454.

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

Color convert

RGB 214 112 113 -
CMYK 0 0.48 0.47 0.16
HSL 359.41º 0.55% 0.64% -
HSV(B) 359.41º 0.48% 0.84% -
XYZ 36.51 27.08 18.93 -
YUV 142.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 214 112 113 0 0.48 0.47 0.16 359.41 0.55 0.64
Hex D6 70 71 0 30 2F 10 167 37 40
Octal 326 160 161 0 60 57 20 547 67 100
Binary 11010110 1110000 1110001 0 110000 101111 10000 101100111 110111 1000000

Color Harmonies of #D67071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67071

Black with #D67071

Text Example


Text Example

White with #D67071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67071; }

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

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

background-color css

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

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

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

border-color css

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

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

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