#DA584E

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

Shades of Valencia #DA584E

Tints of Valencia #DA584E

Color information

#DA584E (or 0xDA584E) is unknown color: approx Valencia. HEX triplet: DA, 58 and 4E. RGB value is (218,88,78). Sum of RGB (Red+Green+Blue) = 218+88+78=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA584E is #25A7B1. Grayscale: #7D7D7D. Windows color (decimal): -2467762 or 5134554. OLE color: 5134554.

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

Color convert

RGB2188878-
CMYK00.600.640.15
HSL4.29º65.42%58.04%-
HSV(B)4.29º64.22%85.49%-
XYZ33.7822.439.76-
YUV125.73101.07193.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.77%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=56.77%
G=22.92%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218887800.600.640.154.2965.4258.04
HexDA584E03C40F4413a
Octal33213011607410017410172
Binary11011010101100010011100111100100000011111001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA584E; }

 p { color: rgb(218,88,78); }

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

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

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

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

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

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

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