#DB4E4E

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

Shades of Valencia #DB4E4E

Tints of Valencia #DB4E4E

Color information

#DB4E4E (or 0xDB4E4E) is unknown color: approx Valencia. HEX triplet: DB, 4E and 4E. RGB value is (219,78,78). Sum of RGB (Red+Green+Blue) = 219+78+78=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E4E is #24B1B1. Grayscale: #787878. Windows color (decimal): -2404786 or 5131995. OLE color: 5131995.

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

Color convert

RGB2197878-
CMYK00.640.640.14
HSL66.2%58.24%-
HSV(B)64.38%85.88%-
XYZ33.3121.069.52-
YUV120.16104.21198.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.4%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=58.4%
G=20.8%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219787800.640.640.14066.258.24
HexDB4E4E04040E0423a
Octal333116116010010016010272
Binary1101101110011101001110010000001000000111001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4E4E; }

 p { color: rgb(219,78,78); }

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

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

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

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

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

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

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