Html Css Color HEX #D3757C Froly

📋 copy color: '#D3757C'

red 211 ◦ green 117 ◦ blue 124

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

Shades of Froly #D3757C

Tints of Froly #D3757C

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

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

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

R = 46.68%
G = 25.88%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3757C (or 0xD3757C) is known color: Froly. HEX triplet: D3, 75 and 7C. RGB value is (211,117,124). Sum of RGB (Red+Green+Blue) = 211+117+124=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3757C is #2C8A83. Grayscale: #919191. Windows color (decimal): -2919044 or 8156627. OLE color: 8156627.

HSL color Cylindrical-coordinate representation of color #D3757C: hue angle of 355.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3757C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 117 124 -
CMYK 0 0.45 0.41 0.17
HSL 355.53º 0.52% 0.64% -
HSV(B) 355.53º 0.45% 0.83% -
XYZ 36.86 28.03 22.54 -
YUV 145.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 211 117 124 0 0.45 0.41 0.17 355.53 0.52 0.64
Hex D3 75 7C 0 2D 29 11 164 34 40
Octal 323 165 174 0 55 51 21 544 64 100
Binary 11010011 1110101 1111100 0 101101 101001 10001 101100100 110100 1000000

Color Harmonies of #D3757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3757C

Black with #D3757C

Text Example


Text Example

White with #D3757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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