Html Css Color HEX #D1757B Froly

📋 copy color: '#D1757B'

red 209 ◦ green 117 ◦ blue 123

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

Shades of Froly #D1757B

Tints of Froly #D1757B

RGB

 RED value IS 209 (82.03% from 255) = 46.55%

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

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

R = 46.55%
G = 26.06%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1757B (or 0xD1757B) is known color: Froly. HEX triplet: D1, 75 and 7B. RGB value is (209,117,123). Sum of RGB (Red+Green+Blue) = 209+117+123=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1757B is #2E8A84. Grayscale: #919191. Windows color (decimal): -3050117 or 8091089. OLE color: 8091089.

HSL color Cylindrical-coordinate representation of color #D1757B: hue angle of 356.09º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1757B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 117 123 -
CMYK 0 0.44 0.41 0.18
HSL 356.09º 0.5% 0.64% -
HSV(B) 356.09º 0.44% 0.82% -
XYZ 36.23 27.71 22.18 -
YUV 145.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 209 117 123 0 0.44 0.41 0.18 356.09 0.5 0.64
Hex D1 75 7B 0 2C 29 12 164 32 40
Octal 321 165 173 0 54 51 22 544 62 100
Binary 11010001 1110101 1111011 0 101100 101001 10010 101100100 110010 1000000

Color Harmonies of #D1757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1757B

Black with #D1757B

Text Example


Text Example

White with #D1757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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