Html Css Color HEX #DA737E Froly

📋 copy color: '#DA737E'

red 218 ◦ green 115 ◦ blue 126

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

Shades of Froly #DA737E

Tints of Froly #DA737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 47.49%
G = 25.05%
B = 27.45%

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

#DA737E (or 0xDA737E) is known color: Froly. HEX triplet: DA, 73 and 7E. RGB value is (218,115,126). Sum of RGB (Red+Green+Blue) = 218+115+126=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA737E is #258C81. Grayscale: #939393. Windows color (decimal): -2460802 or 8287194. OLE color: 8287194.

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

Color convert

RGB 218 115 126 -
CMYK 0 0.47 0.42 0.15
HSL 353.59º 0.58% 0.65% -
HSV(B) 353.59º 0.47% 0.85% -
XYZ 38.81 28.67 23.23 -
YUV 147.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 218 115 126 0 0.47 0.42 0.15 353.59 0.58 0.65
Hex DA 73 7E 0 2F 2A F 162 3A 41
Octal 332 163 176 0 57 52 17 542 72 101
Binary 11011010 1110011 1111110 0 101111 101010 1111 101100010 111010 1000001

Color Harmonies of #DA737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA737E

Black with #DA737E

Text Example


Text Example

White with #DA737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA737E; }

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

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

background-color css

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

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

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

border-color css

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

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

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