Html Css Color HEX #D9757C Froly

📋 copy color: '#D9757C'

red 217 ◦ green 117 ◦ blue 124

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

Shades of Froly #D9757C

Tints of Froly #D9757C

RGB

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

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

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

R = 47.38%
G = 25.55%
B = 27.07%

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

#D9757C (or 0xD9757C) is known color: Froly. HEX triplet: D9, 75 and 7C. RGB value is (217,117,124). Sum of RGB (Red+Green+Blue) = 217+117+124=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9757C is #268A83. Grayscale: #939393. Windows color (decimal): -2525828 or 8156633. OLE color: 8156633.

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

Color convert

RGB 217 117 124 -
CMYK 0 0.46 0.43 0.15
HSL 355.8º 0.57% 0.65% -
HSV(B) 355.8º 0.46% 0.85% -
XYZ 38.61 28.93 22.62 -
YUV 147.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 217 117 124 0 0.46 0.43 0.15 355.8 0.57 0.65
Hex D9 75 7C 0 2E 2B F 164 39 41
Octal 331 165 174 0 56 53 17 544 71 101
Binary 11011001 1110101 1111100 0 101110 101011 1111 101100100 111001 1000001

Color Harmonies of #D9757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9757C

Black with #D9757C

Text Example


Text Example

White with #D9757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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