#DB6F6B

Color #DB6F6B Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #DB6F6B

Tints of Geraldine #DB6F6B

Color information

#DB6F6B (or 0xDB6F6B) is unknown color: approx Geraldine. HEX triplet: DB, 6F and 6B. RGB value is (219,111,107). Sum of RGB (Red+Green+Blue) = 219+111+107=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F6B is #249094. Grayscale: #8E8E8E. Windows color (decimal): -2396309 or 7040987. OLE color: 7040987.

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

Color convert

RGB219111107-
CMYK00.490.510.14
HSL2.14º60.87%63.92%-
HSV(B)2.14º51.14%85.88%-
XYZ37.5527.4917.24-
YUV142.84107.78182.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.11%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 107 (42.19% from 255) = 24.49%
R=50.11%
G=25.40%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911110700.490.510.142.1460.8763.92
HexDB6F6B03133E23d40
Octal3331571530616316275100
Binary110110111101111110101101100011100111110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6F6B; }

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

 H1.HeaderClassName
 {
   color: #DB6F6B;
 }
 .AnyTagClassName
 {
   color: #DB6F6B;
 }
</style>
background-color css

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

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

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

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

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

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