Html Css Color HEX #D66979 Froly

📋 copy color: '#D66979'

red 214 ◦ green 105 ◦ blue 121

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

Shades of Froly #D66979

Tints of Froly #D66979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 48.64%
G = 23.86%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D66979 (or 0xD66979) is known color: Froly. HEX triplet: D6, 69 and 79. RGB value is (214,105,121). Sum of RGB (Red+Green+Blue) = 214+105+121=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D66979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66979 is #299686. Grayscale: #8B8B8B. Windows color (decimal): -2725511 or 7956950. OLE color: 7956950.

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

Color convert

RGB 214 105 121 -
CMYK 0 0.51 0.43 0.16
HSL 351.19º 0.57% 0.63% -
HSV(B) 351.19º 0.51% 0.84% -
XYZ 36.23 25.78 21.16 -
YUV 139.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 214 105 121 0 0.51 0.43 0.16 351.19 0.57 0.63
Hex D6 69 79 0 33 2B 10 15F 39 3F
Octal 326 151 171 0 63 53 20 537 71 77
Binary 11010110 1101001 1111001 0 110011 101011 10000 101011111 111001 111111

Color Harmonies of #D66979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66979

Black with #D66979

Text Example


Text Example

White with #D66979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66979; }

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

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

background-color css

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

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

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

border-color css

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

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

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