Html Css Color HEX #DA787E Froly

📋 copy color: '#DA787E'

red 218 ◦ green 120 ◦ blue 126

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

Shades of Froly #DA787E

Tints of Froly #DA787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 46.98%
G = 25.86%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA787E (or 0xDA787E) is known color: Froly. HEX triplet: DA, 78 and 7E. RGB value is (218,120,126). Sum of RGB (Red+Green+Blue) = 218+120+126=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA787E is #258781. Grayscale: #969696. Windows color (decimal): -2459522 or 8288474. OLE color: 8288474.

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

Color convert

RGB 218 120 126 -
CMYK 0 0.45 0.42 0.15
HSL 356.33º 0.57% 0.66% -
HSV(B) 356.33º 0.45% 0.85% -
XYZ 39.4 29.84 23.42 -
YUV 149.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 218 120 126 0 0.45 0.42 0.15 356.33 0.57 0.66
Hex DA 78 7E 0 2D 2A F 164 39 42
Octal 332 170 176 0 55 52 17 544 71 102
Binary 11011010 1111000 1111110 0 101101 101010 1111 101100100 111001 1000010

Color Harmonies of #DA787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA787E

Black with #DA787E

Text Example


Text Example

White with #DA787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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