Html Css Color HEX #D9767F Froly

📋 copy color: '#D9767F'

red 217 ◦ green 118 ◦ blue 127

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

Shades of Froly #D9767F

Tints of Froly #D9767F

RGB

 RED value IS 217 (85.16% from 255) = 46.97%

 GREEN value IS 118 (46.48% from 255) = 25.54%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 46.97%
G = 25.54%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9767F (or 0xD9767F) is known color: Froly. HEX triplet: D9, 76 and 7F. RGB value is (217,118,127). Sum of RGB (Red+Green+Blue) = 217+118+127=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9767F is #268980. Grayscale: #949494. Windows color (decimal): -2525569 or 8353497. OLE color: 8353497.

HSL color Cylindrical-coordinate representation of color #D9767F: hue angle of 354.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9767F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 127 -
CMYK 0 0.46 0.41 0.15
HSL 354.55º 0.57% 0.66% -
HSV(B) 354.55º 0.46% 0.85% -
XYZ 38.92 29.24 23.67 -
YUV 148.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 217 118 127 0 0.46 0.41 0.15 354.55 0.57 0.66
Hex D9 76 7F 0 2E 29 F 163 39 42
Octal 331 166 177 0 56 51 17 543 71 102
Binary 11011001 1110110 1111111 0 101110 101001 1111 101100011 111001 1000010

Color Harmonies of #D9767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9767F

Black with #D9767F

Text Example


Text Example

White with #D9767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9767F; }

 p { color: rgb(217,118,127); }

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

background-color css

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

 a { background-color: rgb(217,118,127); }

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

border-color css

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

 span { border-color: rgb(217,118,127); }

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