Html Css Color HEX #D9757E Froly

📋 copy color: '#D9757E'

red 217 ◦ green 117 ◦ blue 126

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

Shades of Froly #D9757E

Tints of Froly #D9757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 47.17%
G = 25.43%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9757E (or 0xD9757E) is known color: Froly. HEX triplet: D9, 75 and 7E. RGB value is (217,117,126). Sum of RGB (Red+Green+Blue) = 217+117+126=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9757E is #268A81. Grayscale: #939393. Windows color (decimal): -2525826 or 8287705. OLE color: 8287705.

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

Color convert

RGB 217 117 126 -
CMYK 0 0.46 0.42 0.15
HSL 354.6º 0.57% 0.65% -
HSV(B) 354.6º 0.46% 0.85% -
XYZ 38.74 28.98 23.29 -
YUV 147.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 217 117 126 0 0.46 0.42 0.15 354.6 0.57 0.65
Hex D9 75 7E 0 2E 2A F 163 39 41
Octal 331 165 176 0 56 52 17 543 71 101
Binary 11011001 1110101 1111110 0 101110 101010 1111 101100011 111001 1000001

Color Harmonies of #D9757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9757E

Black with #D9757E

Text Example


Text Example

White with #D9757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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