#D55654

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

Shades of Valencia #D55654

Tints of Valencia #D55654

Color information

#D55654 (or 0xD55654) is unknown color: approx Valencia. HEX triplet: D5, 56 and 54. RGB value is (213,86,84). Sum of RGB (Red+Green+Blue) = 213+86+84=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55654 is #2AA9AB. Grayscale: #7B7B7B. Windows color (decimal): -2795948 or 5527253. OLE color: 5527253.

HSL color Cylindrical-coordinate representation of color #D55654: hue angle of 0.93º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55654 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2138684-
CMYK00.600.610.16
HSL0.93º60.56%58.24%-
HSV(B)0.93º60.56%83.53%-
XYZ32.3721.4410.82-
YUV123.74105.58191.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=55.61%
G=22.45%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213868400.600.610.160.9360.5658.24
HexD5565403C3D1013d3a
Octal325126124074752017572
Binary11010101101011010101000111100111101100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55654; }

 p { color: rgb(213,86,84); }

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

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

 a { background-color: rgb(213,86,84); }

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

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

 span { border-color: rgb(213,86,84); }

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