Html Css Color HEX #D9767C Froly

📋 copy color: '#D9767C'

red 217 ◦ green 118 ◦ blue 124

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

Shades of Froly #D9767C

Tints of Froly #D9767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 47.28%
G = 25.71%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9767C (or 0xD9767C) is known color: Froly. HEX triplet: D9, 76 and 7C. RGB value is (217,118,124). Sum of RGB (Red+Green+Blue) = 217+118+124=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9767C is #268983. Grayscale: #949494. Windows color (decimal): -2525572 or 8156889. OLE color: 8156889.

HSL color Cylindrical-coordinate representation of color #D9767C: hue angle of 356.36º 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 #D9767C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 124 -
CMYK 0 0.46 0.43 0.15
HSL 356.36º 0.57% 0.66% -
HSV(B) 356.36º 0.46% 0.85% -
XYZ 38.73 29.16 22.66 -
YUV 148.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 217 118 124 0 0.46 0.43 0.15 356.36 0.57 0.66
Hex D9 76 7C 0 2E 2B F 164 39 42
Octal 331 166 174 0 56 53 17 544 71 102
Binary 11011001 1110110 1111100 0 101110 101011 1111 101100100 111001 1000010

Color Harmonies of #D9767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9767C

Black with #D9767C

Text Example


Text Example

White with #D9767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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