#D5584E

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

Shades of Valencia #D5584E

Tints of Valencia #D5584E

Color information

#D5584E (or 0xD5584E) is unknown color: approx Valencia. HEX triplet: D5, 58 and 4E. RGB value is (213,88,78). Sum of RGB (Red+Green+Blue) = 213+88+78=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5584E is #2AA7B1. Grayscale: #7C7C7C. Windows color (decimal): -2795442 or 5134549. OLE color: 5134549.

HSL color Cylindrical-coordinate representation of color #D5584E: hue angle of 4.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5584E is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2138878-
CMYK00.590.630.16
HSL4.44º61.64%57.06%-
HSV(B)4.44º63.38%83.53%-
XYZ32.3121.689.69-
YUV124.23101.91191.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.20%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=56.20%
G=23.22%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213887800.590.630.164.4461.6457.06
HexD5584E03B3F1043e39
Octal325130116073772047671
Binary1101010110110001001110011101111111110000100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5584E; }

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

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

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

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

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

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

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

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