Html Css Color HEX #D66879 Froly

📋 copy color: '#D66879'

red 214 ◦ green 104 ◦ blue 121

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

Shades of Froly #D66879

Tints of Froly #D66879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.69%

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

R = 48.75%
G = 23.69%
B = 27.56%

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

#D66879 (or 0xD66879) is known color: Froly. HEX triplet: D6, 68 and 79. RGB value is (214,104,121). Sum of RGB (Red+Green+Blue) = 214+104+121=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D66879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66879 is #299786. Grayscale: #8A8A8A. Windows color (decimal): -2725767 or 7956694. OLE color: 7956694.

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

Color convert

RGB 214 104 121 -
CMYK 0 0.51 0.43 0.16
HSL 350.73º 0.57% 0.62% -
HSV(B) 350.73º 0.51% 0.84% -
XYZ 36.13 25.58 21.12 -
YUV 138.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 214 104 121 0 0.51 0.43 0.16 350.73 0.57 0.62
Hex D6 68 79 0 33 2B 10 15F 39 3E
Octal 326 150 171 0 63 53 20 537 71 76
Binary 11010110 1101000 1111001 0 110011 101011 10000 101011111 111001 111110

Color Harmonies of #D66879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66879

Black with #D66879

Text Example


Text Example

White with #D66879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66879; }

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

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

background-color css

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

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

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

border-color css

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

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

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