Html Css Color HEX #DA727F Froly

📋 copy color: '#DA727F'

red 218 ◦ green 114 ◦ blue 127

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

Shades of Froly #DA727F

Tints of Froly #DA727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 47.49%
G = 24.84%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA727F (or 0xDA727F) is known color: Froly. HEX triplet: DA, 72 and 7F. RGB value is (218,114,127). Sum of RGB (Red+Green+Blue) = 218+114+127=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA727F is #258D80. Grayscale: #929292. Windows color (decimal): -2461057 or 8352474. OLE color: 8352474.

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

Color convert

RGB 218 114 127 -
CMYK 0 0.48 0.42 0.15
HSL 352.5º 0.58% 0.65% -
HSV(B) 352.5º 0.48% 0.85% -
XYZ 38.76 28.47 23.53 -
YUV 146.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 218 114 127 0 0.48 0.42 0.15 352.5 0.58 0.65
Hex DA 72 7F 0 30 2A F 160 3A 41
Octal 332 162 177 0 60 52 17 540 72 101
Binary 11011010 1110010 1111111 0 110000 101010 1111 101100000 111010 1000001

Color Harmonies of #DA727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA727F

Black with #DA727F

Text Example


Text Example

White with #DA727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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