Html Css Color HEX #DA727C Froly

📋 copy color: '#DA727C'

red 218 ◦ green 114 ◦ blue 124

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

Shades of Froly #DA727C

Tints of Froly #DA727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25%

 BLUE value IS 124 (48.83% from 255) = 27.19%

R = 47.81%
G = 25%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA727C (or 0xDA727C) is known color: Froly. HEX triplet: DA, 72 and 7C. RGB value is (218,114,124). Sum of RGB (Red+Green+Blue) = 218+114+124=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA727C is #258D83. Grayscale: #929292. Windows color (decimal): -2461060 or 8155866. OLE color: 8155866.

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

Color convert

RGB 218 114 124 -
CMYK 0 0.48 0.43 0.15
HSL 354.23º 0.58% 0.65% -
HSV(B) 354.23º 0.48% 0.85% -
XYZ 38.57 28.4 22.52 -
YUV 146.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 218 114 124 0 0.48 0.43 0.15 354.23 0.58 0.65
Hex DA 72 7C 0 30 2B F 162 3A 41
Octal 332 162 174 0 60 53 17 542 72 101
Binary 11011010 1110010 1111100 0 110000 101011 1111 101100010 111010 1000001

Color Harmonies of #DA727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA727C

Black with #DA727C

Text Example


Text Example

White with #DA727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA727C; }

 p { color: rgb(218,114,124); }

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

background-color css

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

 a { background-color: rgb(218,114,124); }

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

border-color css

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

 span { border-color: rgb(218,114,124); }

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