#DB7570

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

Shades of Geraldine #DB7570

Tints of Geraldine #DB7570

Color information

#DB7570 (or 0xDB7570) is unknown color: approx Geraldine. HEX triplet: DB, 75 and 70. RGB value is (219,117,112). Sum of RGB (Red+Green+Blue) = 219+117+112=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7570 is #248A8F. Grayscale: #939393. Windows color (decimal): -2394768 or 7370203. OLE color: 7370203.

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

Color convert

RGB219117112-
CMYK00.470.490.14
HSL2.8º59.78%64.9%-
HSV(B)2.8º48.86%85.88%-
XYZ38.528.9518.89-
YUV146.93108.29179.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 112 (44.14% from 255) = 25%
R=48.88%
G=26.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911711200.470.490.142.859.7864.9
HexDB757002F31E33c41
Octal3331651600576116374101
Binary110110111110101111000001011111100011110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7570; }

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

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

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

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

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

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

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

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