Html Css Color HEX #DB7881 Froly

📋 copy color: '#DB7881'

red 219 ◦ green 120 ◦ blue 129

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

Shades of Froly #DB7881

Tints of Froly #DB7881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

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

R = 46.79%
G = 25.64%
B = 27.56%

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

#DB7881 (or 0xDB7881) is known color: Froly. HEX triplet: DB, 78 and 81. RGB value is (219,120,129). Sum of RGB (Red+Green+Blue) = 219+120+129=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7881 is #24877E. Grayscale: #969696. Windows color (decimal): -2393983 or 8485083. OLE color: 8485083.

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

Color convert

RGB 219 120 129 -
CMYK 0 0.45 0.41 0.14
HSL 354.55º 0.58% 0.66% -
HSV(B) 354.55º 0.45% 0.86% -
XYZ 39.89 30.08 24.47 -
YUV 150.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 219 120 129 0 0.45 0.41 0.14 354.55 0.58 0.66
Hex DB 78 81 0 2D 29 E 163 3A 42
Octal 333 170 201 0 55 51 16 543 72 102
Binary 11011011 1111000 10000001 0 101101 101001 1110 101100011 111010 1000010

Color Harmonies of #DB7881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7881

Black with #DB7881

Text Example


Text Example

White with #DB7881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7881; }

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

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

background-color css

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

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

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

border-color css

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

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

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