Html Css Color HEX #D66577 Froly

📋 copy color: '#D66577'

red 214 ◦ green 101 ◦ blue 119

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

Shades of Froly #D66577

Tints of Froly #D66577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.27%

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

R = 49.31%
G = 23.27%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D66577 (or 0xD66577) is known color: Froly. HEX triplet: D6, 65 and 77. RGB value is (214,101,119). Sum of RGB (Red+Green+Blue) = 214+101+119=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D66577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66577 is #299A88. Grayscale: #888888. Windows color (decimal): -2726537 or 7824854. OLE color: 7824854.

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

Color convert

RGB 214 101 119 -
CMYK 0 0.53 0.44 0.16
HSL 350.44º 0.58% 0.62% -
HSV(B) 350.44º 0.53% 0.84% -
XYZ 35.72 24.94 20.38 -
YUV 136.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 214 101 119 0 0.53 0.44 0.16 350.44 0.58 0.62
Hex D6 65 77 0 35 2C 10 15E 3A 3E
Octal 326 145 167 0 65 54 20 536 72 76
Binary 11010110 1100101 1110111 0 110101 101100 10000 101011110 111010 111110

Color Harmonies of #D66577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66577

Black with #D66577

Text Example


Text Example

White with #D66577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66577; }

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

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

background-color css

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

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

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

border-color css

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

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

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