Html Css Color HEX #DB7981 Froly

📋 copy color: '#DB7981'

red 219 ◦ green 121 ◦ blue 129

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

Shades of Froly #DB7981

Tints of Froly #DB7981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.8%

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

R = 46.7%
G = 25.8%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB7981 (or 0xDB7981) is known color: Froly. HEX triplet: DB, 79 and 81. RGB value is (219,121,129). Sum of RGB (Red+Green+Blue) = 219+121+129=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7981 is #24867E. Grayscale: #979797. Windows color (decimal): -2393727 or 8485339. OLE color: 8485339.

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

Color convert

RGB 219 121 129 -
CMYK 0 0.45 0.41 0.14
HSL 355.1º 0.58% 0.67% -
HSV(B) 355.1º 0.45% 0.86% -
XYZ 40.01 30.32 24.51 -
YUV 151.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 219 121 129 0 0.45 0.41 0.14 355.1 0.58 0.67
Hex DB 79 81 0 2D 29 E 163 3A 43
Octal 333 171 201 0 55 51 16 543 72 103
Binary 11011011 1111001 10000001 0 101101 101001 1110 101100011 111010 1000011

Color Harmonies of #DB7981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7981

Black with #DB7981

Text Example


Text Example

White with #DB7981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7981; }

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

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

background-color css

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

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

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

border-color css

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

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

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