Html Css Color HEX #DB6F75 Froly

📋 copy color: '#DB6F75'

red 219 ◦ green 111 ◦ blue 117

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

Shades of Froly #DB6F75

Tints of Froly #DB6F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 48.99%
G = 24.83%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB6F75 (or 0xDB6F75) is known color: Froly. HEX triplet: DB, 6F and 75. RGB value is (219,111,117). Sum of RGB (Red+Green+Blue) = 219+111+117=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F75 is #24908A. Grayscale: #909090. Windows color (decimal): -2396299 or 7696347. OLE color: 7696347.

HSL color Cylindrical-coordinate representation of color #DB6F75: hue angle of 356.67º 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 #DB6F75 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 117 -
CMYK 0 0.49 0.47 0.14
HSL 356.67º 0.6% 0.65% -
HSV(B) 356.67º 0.49% 0.86% -
XYZ 38.11 27.71 20.17 -
YUV 143.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 219 111 117 0 0.49 0.47 0.14 356.67 0.6 0.65
Hex DB 6F 75 0 31 2F E 165 3C 41
Octal 333 157 165 0 61 57 16 545 74 101
Binary 11011011 1101111 1110101 0 110001 101111 1110 101100101 111100 1000001

Color Harmonies of #DB6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F75

Black with #DB6F75

Text Example


Text Example

White with #DB6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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