Html Css Color HEX #DB6A6F Froly

📋 copy color: '#DB6A6F'

red 219 ◦ green 106 ◦ blue 111

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

Shades of Froly #DB6A6F

Tints of Froly #DB6A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 50.23%
G = 24.31%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB6A6F (or 0xDB6A6F) is known color: Froly. HEX triplet: DB, 6A and 6F. RGB value is (219,106,111). Sum of RGB (Red+Green+Blue) = 219+106+111=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A6F is #249590. Grayscale: #8C8C8C. Windows color (decimal): -2397585 or 7301851. OLE color: 7301851.

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

Color convert

RGB 219 106 111 -
CMYK 0 0.52 0.49 0.14
HSL 357.35º 0.61% 0.64% -
HSV(B) 357.35º 0.52% 0.86% -
XYZ 37.24 26.52 18.19 -
YUV 140.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 219 106 111 0 0.52 0.49 0.14 357.35 0.61 0.64
Hex DB 6A 6F 0 34 31 E 165 3D 40
Octal 333 152 157 0 64 61 16 545 75 100
Binary 11011011 1101010 1101111 0 110100 110001 1110 101100101 111101 1000000

Color Harmonies of #DB6A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A6F

Black with #DB6A6F

Text Example


Text Example

White with #DB6A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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