Html Css Color HEX #DB8081 Froly

📋 copy color: '#DB8081'

red 219 ◦ green 128 ◦ blue 129

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

Shades of Froly #DB8081

Tints of Froly #DB8081

RGB

 RED value IS 219 (85.94% from 255) = 46.01%

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

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

R = 46.01%
G = 26.89%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB8081 (or 0xDB8081) is known color: Froly. HEX triplet: DB, 80 and 81. RGB value is (219,128,129). Sum of RGB (Red+Green+Blue) = 219+128+129=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8081 is #247F7E. Grayscale: #9B9B9B. Windows color (decimal): -2391935 or 8487131. OLE color: 8487131.

HSL color Cylindrical-coordinate representation of color #DB8081: hue angle of 359.34º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8081 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 129 -
CMYK 0 0.42 0.41 0.14
HSL 359.34º 0.56% 0.68% -
HSV(B) 359.34º 0.42% 0.86% -
XYZ 40.9 32.08 24.81 -
YUV 155.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 219 128 129 0 0.42 0.41 0.14 359.34 0.56 0.68
Hex DB 80 81 0 2A 29 E 167 38 44
Octal 333 200 201 0 52 51 16 547 70 104
Binary 11011011 10000000 10000001 0 101010 101001 1110 101100111 111000 1000100

Color Harmonies of #DB8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8081

Black with #DB8081

Text Example


Text Example

White with #DB8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8081; }

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

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

background-color css

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

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

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

border-color css

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

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

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