Html Css Color HEX #DA727D Froly

📋 copy color: '#DA727D'

red 218 ◦ green 114 ◦ blue 125

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

Shades of Froly #DA727D

Tints of Froly #DA727D

RGB

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

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

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

R = 47.7%
G = 24.95%
B = 27.35%

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

#DA727D (or 0xDA727D) is known color: Froly. HEX triplet: DA, 72 and 7D. RGB value is (218,114,125). Sum of RGB (Red+Green+Blue) = 218+114+125=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA727D is #258D82. Grayscale: #929292. Windows color (decimal): -2461059 or 8221402. OLE color: 8221402.

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

Color convert

RGB 218 114 125 -
CMYK 0 0.48 0.43 0.15
HSL 353.65º 0.58% 0.65% -
HSV(B) 353.65º 0.48% 0.85% -
XYZ 38.63 28.42 22.85 -
YUV 146.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 218 114 125 0 0.48 0.43 0.15 353.65 0.58 0.65
Hex DA 72 7D 0 30 2B F 162 3A 41
Octal 332 162 175 0 60 53 17 542 72 101
Binary 11011010 1110010 1111101 0 110000 101011 1111 101100010 111010 1000001

Color Harmonies of #DA727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA727D

Black with #DA727D

Text Example


Text Example

White with #DA727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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