Html Css Color HEX #DA757D Froly

📋 copy color: '#DA757D'

red 218 ◦ green 117 ◦ blue 125

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

Shades of Froly #DA757D

Tints of Froly #DA757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 47.39%
G = 25.43%
B = 27.17%

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

#DA757D (or 0xDA757D) is known color: Froly. HEX triplet: DA, 75 and 7D. RGB value is (218,117,125). Sum of RGB (Red+Green+Blue) = 218+117+125=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA757D is #258A82. Grayscale: #949494. Windows color (decimal): -2460291 or 8222170. OLE color: 8222170.

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

Color convert

RGB 218 117 125 -
CMYK 0 0.46 0.43 0.15
HSL 355.25º 0.58% 0.66% -
HSV(B) 355.25º 0.46% 0.85% -
XYZ 38.98 29.11 22.97 -
YUV 148.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 218 117 125 0 0.46 0.43 0.15 355.25 0.58 0.66
Hex DA 75 7D 0 2E 2B F 163 3A 42
Octal 332 165 175 0 56 53 17 543 72 102
Binary 11011010 1110101 1111101 0 101110 101011 1111 101100011 111010 1000010

Color Harmonies of #DA757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA757D

Black with #DA757D

Text Example


Text Example

White with #DA757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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