Html Css Color HEX #DA757F Froly

📋 copy color: '#DA757F'

red 218 ◦ green 117 ◦ blue 127

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

Shades of Froly #DA757F

Tints of Froly #DA757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 47.19%
G = 25.32%
B = 27.49%

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

#DA757F (or 0xDA757F) is known color: Froly. HEX triplet: DA, 75 and 7F. RGB value is (218,117,127). Sum of RGB (Red+Green+Blue) = 218+117+127=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA757F is #258A80. Grayscale: #949494. Windows color (decimal): -2460289 or 8353242. OLE color: 8353242.

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

Color convert

RGB 218 117 127 -
CMYK 0 0.46 0.42 0.15
HSL 354.06º 0.58% 0.66% -
HSV(B) 354.06º 0.46% 0.85% -
XYZ 39.11 29.16 23.65 -
YUV 148.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 218 117 127 0 0.46 0.42 0.15 354.06 0.58 0.66
Hex DA 75 7F 0 2E 2A F 162 3A 42
Octal 332 165 177 0 56 52 17 542 72 102
Binary 11011010 1110101 1111111 0 101110 101010 1111 101100010 111010 1000010

Color Harmonies of #DA757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA757F

Black with #DA757F

Text Example


Text Example

White with #DA757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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