Html Css Color HEX #DA787D Froly

📋 copy color: '#DA787D'

red 218 ◦ green 120 ◦ blue 125

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

Shades of Froly #DA787D

Tints of Froly #DA787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.92%

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

R = 47.08%
G = 25.92%
B = 27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA787D (or 0xDA787D) is known color: Froly. HEX triplet: DA, 78 and 7D. RGB value is (218,120,125). Sum of RGB (Red+Green+Blue) = 218+120+125=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA787D is #258782. Grayscale: #959595. Windows color (decimal): -2459523 or 8222938. OLE color: 8222938.

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

Color convert

RGB 218 120 125 -
CMYK 0 0.45 0.43 0.15
HSL 356.94º 0.57% 0.66% -
HSV(B) 356.94º 0.45% 0.85% -
XYZ 39.33 29.82 23.08 -
YUV 149.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 218 120 125 0 0.45 0.43 0.15 356.94 0.57 0.66
Hex DA 78 7D 0 2D 2B F 165 39 42
Octal 332 170 175 0 55 53 17 545 71 102
Binary 11011010 1111000 1111101 0 101101 101011 1111 101100101 111001 1000010

Color Harmonies of #DA787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA787D

Black with #DA787D

Text Example


Text Example

White with #DA787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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