Html Css Color HEX #D9757F Froly

📋 copy color: '#D9757F'

red 217 ◦ green 117 ◦ blue 127

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

Shades of Froly #D9757F

Tints of Froly #D9757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

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

R = 47.07%
G = 25.38%
B = 27.55%

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

#D9757F (or 0xD9757F) is known color: Froly. HEX triplet: D9, 75 and 7F. RGB value is (217,117,127). Sum of RGB (Red+Green+Blue) = 217+117+127=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9757F is #268A80. Grayscale: #949494. Windows color (decimal): -2525825 or 8353241. OLE color: 8353241.

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

Color convert

RGB 217 117 127 -
CMYK 0 0.46 0.41 0.15
HSL 354º 0.57% 0.65% -
HSV(B) 354º 0.46% 0.85% -
XYZ 38.81 29.01 23.63 -
YUV 148.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 217 117 127 0 0.46 0.41 0.15 354 0.57 0.65
Hex D9 75 7F 0 2E 29 F 162 39 41
Octal 331 165 177 0 56 51 17 542 71 101
Binary 11011001 1110101 1111111 0 101110 101001 1111 101100010 111001 1000001

Color Harmonies of #D9757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9757F

Black with #D9757F

Text Example


Text Example

White with #D9757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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