Html Css Color HEX #D9757B Froly

📋 copy color: '#D9757B'

red 217 ◦ green 117 ◦ blue 123

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

Shades of Froly #D9757B

Tints of Froly #D9757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 47.48%
G = 25.6%
B = 26.91%

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

#D9757B (or 0xD9757B) is known color: Froly. HEX triplet: D9, 75 and 7B. RGB value is (217,117,123). Sum of RGB (Red+Green+Blue) = 217+117+123=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9757B is #268A84. Grayscale: #939393. Windows color (decimal): -2525829 or 8091097. OLE color: 8091097.

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

Color convert

RGB 217 117 123 -
CMYK 0 0.46 0.43 0.15
HSL 356.4º 0.57% 0.65% -
HSV(B) 356.4º 0.46% 0.85% -
XYZ 38.55 28.9 22.29 -
YUV 147.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 217 117 123 0 0.46 0.43 0.15 356.4 0.57 0.65
Hex D9 75 7B 0 2E 2B F 164 39 41
Octal 331 165 173 0 56 53 17 544 71 101
Binary 11011001 1110101 1111011 0 101110 101011 1111 101100100 111001 1000001

Color Harmonies of #D9757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9757B

Black with #D9757B

Text Example


Text Example

White with #D9757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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