Html Css Color HEX #DA727B Froly

📋 copy color: '#DA727B'

red 218 ◦ green 114 ◦ blue 123

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

Shades of Froly #DA727B

Tints of Froly #DA727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 47.91%
G = 25.05%
B = 27.03%

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

#DA727B (or 0xDA727B) is known color: Froly. HEX triplet: DA, 72 and 7B. RGB value is (218,114,123). Sum of RGB (Red+Green+Blue) = 218+114+123=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA727B is #258D84. Grayscale: #929292. Windows color (decimal): -2461061 or 8090330. OLE color: 8090330.

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

Color convert

RGB 218 114 123 -
CMYK 0 0.48 0.44 0.15
HSL 354.81º 0.58% 0.65% -
HSV(B) 354.81º 0.48% 0.85% -
XYZ 38.51 28.37 22.19 -
YUV 146.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 218 114 123 0 0.48 0.44 0.15 354.81 0.58 0.65
Hex DA 72 7B 0 30 2C F 163 3A 41
Octal 332 162 173 0 60 54 17 543 72 101
Binary 11011010 1110010 1111011 0 110000 101100 1111 101100011 111010 1000001

Color Harmonies of #DA727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA727B

Black with #DA727B

Text Example


Text Example

White with #DA727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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