Html Css Color HEX #DB6B78 Froly

📋 copy color: '#DB6B78'

red 219 ◦ green 107 ◦ blue 120

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

Shades of Froly #DB6B78

Tints of Froly #DB6B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 49.1%
G = 23.99%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB6B78 (or 0xDB6B78) is known color: Froly. HEX triplet: DB, 6B and 78. RGB value is (219,107,120). Sum of RGB (Red+Green+Blue) = 219+107+120=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B78 is #249487. Grayscale: #8E8E8E. Windows color (decimal): -2397320 or 7891931. OLE color: 7891931.

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

Color convert

RGB 219 107 120 -
CMYK 0 0.51 0.45 0.14
HSL 353.04º 0.61% 0.64% -
HSV(B) 353.04º 0.51% 0.86% -
XYZ 37.86 26.93 20.97 -
YUV 141.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 219 107 120 0 0.51 0.45 0.14 353.04 0.61 0.64
Hex DB 6B 78 0 33 2D E 161 3D 40
Octal 333 153 170 0 63 55 16 541 75 100
Binary 11011011 1101011 1111000 0 110011 101101 1110 101100001 111101 1000000

Color Harmonies of #DB6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B78

Black with #DB6B78

Text Example


Text Example

White with #DB6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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