Html Css Color HEX #D66977 Froly

📋 copy color: '#D66977'

red 214 ◦ green 105 ◦ blue 119

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

Shades of Froly #D66977

Tints of Froly #D66977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 48.86%
G = 23.97%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D66977 (or 0xD66977) is known color: Froly. HEX triplet: D6, 69 and 77. RGB value is (214,105,119). Sum of RGB (Red+Green+Blue) = 214+105+119=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D66977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66977 is #299688. Grayscale: #8B8B8B. Windows color (decimal): -2725513 or 7825878. OLE color: 7825878.

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

Color convert

RGB 214 105 119 -
CMYK 0 0.51 0.44 0.16
HSL 352.29º 0.57% 0.63% -
HSV(B) 352.29º 0.51% 0.84% -
XYZ 36.11 25.73 20.52 -
YUV 139.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 214 105 119 0 0.51 0.44 0.16 352.29 0.57 0.63
Hex D6 69 77 0 33 2C 10 160 39 3F
Octal 326 151 167 0 63 54 20 540 71 77
Binary 11010110 1101001 1110111 0 110011 101100 10000 101100000 111001 111111

Color Harmonies of #D66977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66977

Black with #D66977

Text Example


Text Example

White with #D66977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66977; }

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

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

background-color css

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

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

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

border-color css

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

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

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