Html Css Color HEX #D67079 Froly

📋 copy color: '#D67079'

red 214 ◦ green 112 ◦ blue 121

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

Shades of Froly #D67079

Tints of Froly #D67079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 47.87%
G = 25.06%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D67079 (or 0xD67079) is known color: Froly. HEX triplet: D6, 70 and 79. RGB value is (214,112,121). Sum of RGB (Red+Green+Blue) = 214+112+121=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67079 is #298F86. Grayscale: #8F8F8F. Windows color (decimal): -2723719 or 7958742. OLE color: 7958742.

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

Color convert

RGB 214 112 121 -
CMYK 0 0.48 0.43 0.16
HSL 354.71º 0.55% 0.64% -
HSV(B) 354.71º 0.48% 0.84% -
XYZ 36.98 27.26 21.4 -
YUV 143.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 214 112 121 0 0.48 0.43 0.16 354.71 0.55 0.64
Hex D6 70 79 0 30 2B 10 163 37 40
Octal 326 160 171 0 60 53 20 543 67 100
Binary 11010110 1110000 1111001 0 110000 101011 10000 101100011 110111 1000000

Color Harmonies of #D67079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67079

Black with #D67079

Text Example


Text Example

White with #D67079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67079; }

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

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

background-color css

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

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

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

border-color css

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

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

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