Html Css Color HEX #DA757C Froly

📋 copy color: '#DA757C'

red 218 ◦ green 117 ◦ blue 124

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

Shades of Froly #DA757C

Tints of Froly #DA757C

RGB

 RED value IS 218 (85.55% from 255) = 47.49%

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

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

R = 47.49%
G = 25.49%
B = 27.02%

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

#DA757C (or 0xDA757C) is known color: Froly. HEX triplet: DA, 75 and 7C. RGB value is (218,117,124). Sum of RGB (Red+Green+Blue) = 218+117+124=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA757C is #258A83. Grayscale: #949494. Windows color (decimal): -2460292 or 8156634. OLE color: 8156634.

HSL color Cylindrical-coordinate representation of color #DA757C: hue angle of 355.84º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA757C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 124 -
CMYK 0 0.46 0.43 0.15
HSL 355.84º 0.58% 0.66% -
HSV(B) 355.84º 0.46% 0.85% -
XYZ 38.91 29.08 22.63 -
YUV 148 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 218 117 124 0 0.46 0.43 0.15 355.84 0.58 0.66
Hex DA 75 7C 0 2E 2B F 164 3A 42
Octal 332 165 174 0 56 53 17 544 72 102
Binary 11011010 1110101 1111100 0 101110 101011 1111 101100100 111010 1000010

Color Harmonies of #DA757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA757C

Black with #DA757C

Text Example


Text Example

White with #DA757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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