Html Css Color HEX #DA8081 Froly

📋 copy color: '#DA8081'

red 218 ◦ green 128 ◦ blue 129

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

Shades of Froly #DA8081

Tints of Froly #DA8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.95%

 BLUE value IS 129 (50.78% from 255) = 27.16%

R = 45.89%
G = 26.95%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA8081 (or 0xDA8081) is known color: Froly. HEX triplet: DA, 80 and 81. RGB value is (218,128,129). Sum of RGB (Red+Green+Blue) = 218+128+129=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8081 is #257F7E. Grayscale: #9B9B9B. Windows color (decimal): -2457471 or 8487130. OLE color: 8487130.

HSL color Cylindrical-coordinate representation of color #DA8081: hue angle of 359.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8081 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 129 -
CMYK 0 0.41 0.41 0.15
HSL 359.33º 0.55% 0.68% -
HSV(B) 359.33º 0.41% 0.85% -
XYZ 40.6 31.93 24.79 -
YUV 155.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 218 128 129 0 0.41 0.41 0.15 359.33 0.55 0.68
Hex DA 80 81 0 29 29 F 167 37 44
Octal 332 200 201 0 51 51 17 547 67 104
Binary 11011010 10000000 10000001 0 101001 101001 1111 101100111 110111 1000100

Color Harmonies of #DA8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8081

Black with #DA8081

Text Example


Text Example

White with #DA8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8081; }

 p { color: rgb(218,128,129); }

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

background-color css

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

 a { background-color: rgb(218,128,129); }

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

border-color css

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

 span { border-color: rgb(218,128,129); }

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