Html Css Color HEX #D66D72 Froly

📋 copy color: '#D66D72'

red 214 ◦ green 109 ◦ blue 114

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

Shades of Froly #D66D72

Tints of Froly #D66D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 48.97%
G = 24.94%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66D72 (or 0xD66D72) is known color: Froly. HEX triplet: D6, 6D and 72. RGB value is (214,109,114). Sum of RGB (Red+Green+Blue) = 214+109+114=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D72 is #29928D. Grayscale: #8D8D8D. Windows color (decimal): -2724494 or 7499222. OLE color: 7499222.

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

Color convert

RGB 214 109 114 -
CMYK 0 0.49 0.47 0.16
HSL 357.14º 0.56% 0.63% -
HSV(B) 357.14º 0.49% 0.84% -
XYZ 36.24 26.45 19.11 -
YUV 140.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 214 109 114 0 0.49 0.47 0.16 357.14 0.56 0.63
Hex D6 6D 72 0 31 2F 10 165 38 3F
Octal 326 155 162 0 61 57 20 545 70 77
Binary 11010110 1101101 1110010 0 110001 101111 10000 101100101 111000 111111

Color Harmonies of #D66D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D72

Black with #D66D72

Text Example


Text Example

White with #D66D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D72; }

 p { color: rgb(214,109,114); }

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

background-color css

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

 a { background-color: rgb(214,109,114); }

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

border-color css

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

 span { border-color: rgb(214,109,114); }

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