Html Css Color HEX #D66F70 Froly

📋 copy color: '#D66F70'

red 214 ◦ green 111 ◦ blue 112

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

Shades of Froly #D66F70

Tints of Froly #D66F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 48.97%
G = 25.4%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D66F70 (or 0xD66F70) is known color: Froly. HEX triplet: D6, 6F and 70. RGB value is (214,111,112). Sum of RGB (Red+Green+Blue) = 214+111+112=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F70 is #29908F. Grayscale: #8E8E8E. Windows color (decimal): -2723984 or 7368662. OLE color: 7368662.

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

Color convert

RGB 214 111 112 -
CMYK 0 0.48 0.48 0.16
HSL 359.42º 0.56% 0.64% -
HSV(B) 359.42º 0.48% 0.84% -
XYZ 36.34 26.83 18.59 -
YUV 141.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 214 111 112 0 0.48 0.48 0.16 359.42 0.56 0.64
Hex D6 6F 70 0 30 30 10 167 38 40
Octal 326 157 160 0 60 60 20 547 70 100
Binary 11010110 1101111 1110000 0 110000 110000 10000 101100111 111000 1000000

Color Harmonies of #D66F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F70

Black with #D66F70

Text Example


Text Example

White with #D66F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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