Html Css Color HEX #DA727A Froly

📋 copy color: '#DA727A'

red 218 ◦ green 114 ◦ blue 122

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

Shades of Froly #DA727A

Tints of Froly #DA727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 48.02%
G = 25.11%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA727A (or 0xDA727A) is known color: Froly. HEX triplet: DA, 72 and 7A. RGB value is (218,114,122). Sum of RGB (Red+Green+Blue) = 218+114+122=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA727A is #258D85. Grayscale: #929292. Windows color (decimal): -2461062 or 8024794. OLE color: 8024794.

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

Color convert

RGB 218 114 122 -
CMYK 0 0.48 0.44 0.15
HSL 355.38º 0.58% 0.65% -
HSV(B) 355.38º 0.48% 0.85% -
XYZ 38.44 28.35 21.86 -
YUV 146.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 218 114 122 0 0.48 0.44 0.15 355.38 0.58 0.65
Hex DA 72 7A 0 30 2C F 163 3A 41
Octal 332 162 172 0 60 54 17 543 72 101
Binary 11011010 1110010 1111010 0 110000 101100 1111 101100011 111010 1000001

Color Harmonies of #DA727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA727A

Black with #DA727A

Text Example


Text Example

White with #DA727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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