Html Css Color HEX #DA747E Froly

📋 copy color: '#DA747E'

red 218 ◦ green 116 ◦ blue 126

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

Shades of Froly #DA747E

Tints of Froly #DA747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

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

R = 47.39%
G = 25.22%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA747E (or 0xDA747E) is known color: Froly. HEX triplet: DA, 74 and 7E. RGB value is (218,116,126). Sum of RGB (Red+Green+Blue) = 218+116+126=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA747E is #258B81. Grayscale: #939393. Windows color (decimal): -2460546 or 8287450. OLE color: 8287450.

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

Color convert

RGB 218 116 126 -
CMYK 0 0.47 0.42 0.15
HSL 354.12º 0.58% 0.65% -
HSV(B) 354.12º 0.47% 0.85% -
XYZ 38.92 28.9 23.27 -
YUV 147.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 218 116 126 0 0.47 0.42 0.15 354.12 0.58 0.65
Hex DA 74 7E 0 2F 2A F 162 3A 41
Octal 332 164 176 0 57 52 17 542 72 101
Binary 11011010 1110100 1111110 0 101111 101010 1111 101100010 111010 1000001

Color Harmonies of #DA747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA747E

Black with #DA747E

Text Example


Text Example

White with #DA747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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