Html Css Color HEX #DB6F79 Froly

📋 copy color: '#DB6F79'

red 219 ◦ green 111 ◦ blue 121

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

Shades of Froly #DB6F79

Tints of Froly #DB6F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.61%

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 48.56%
G = 24.61%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB6F79 (or 0xDB6F79) is known color: Froly. HEX triplet: DB, 6F and 79. RGB value is (219,111,121). Sum of RGB (Red+Green+Blue) = 219+111+121=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F79 is #249086. Grayscale: #909090. Windows color (decimal): -2396295 or 7958491. OLE color: 7958491.

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

Color convert

RGB 219 111 121 -
CMYK 0 0.49 0.45 0.14
HSL 354.44º 0.6% 0.65% -
HSV(B) 354.44º 0.49% 0.86% -
XYZ 38.35 27.81 21.44 -
YUV 144.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 219 111 121 0 0.49 0.45 0.14 354.44 0.6 0.65
Hex DB 6F 79 0 31 2D E 162 3C 41
Octal 333 157 171 0 61 55 16 542 74 101
Binary 11011011 1101111 1111001 0 110001 101101 1110 101100010 111100 1000001

Color Harmonies of #DB6F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F79

Black with #DB6F79

Text Example


Text Example

White with #DB6F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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