#DB5251

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

Shades of Valencia #DB5251

Tints of Valencia #DB5251

Color information

#DB5251 (or 0xDB5251) is unknown color: approx Valencia. HEX triplet: DB, 52 and 51. RGB value is (219,82,81). Sum of RGB (Red+Green+Blue) = 219+82+81=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5251 is #24ADAE. Grayscale: #7A7A7A. Windows color (decimal): -2403759 or 5329627. OLE color: 5329627.

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

Color convert

RGB2198281-
CMYK00.630.630.14
HSL0.43º65.71%58.82%-
HSV(B)0.43º63.01%85.88%-
XYZ33.7221.6910.19-
YUV122.85104.39196.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.33%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=57.33%
G=21.47%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219828100.630.630.140.4365.7158.82
HexDB525103F3FE0423b
Octal3331221210777716010273
Binary11011011101001010100010111111111111111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5251; }

 p { color: rgb(219,82,81); }

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

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

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

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

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

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

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