#D55A55

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

Shades of Valencia #D55A55

Tints of Valencia #D55A55

Color information

#D55A55 (or 0xD55A55) is unknown color: approx Valencia. HEX triplet: D5, 5A and 55. RGB value is (213,90,85). Sum of RGB (Red+Green+Blue) = 213+90+85=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A55 is #2AA5AA. Grayscale: #7E7E7E. Windows color (decimal): -2794923 or 5593813. OLE color: 5593813.

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

Color convert

RGB2139085-
CMYK00.580.600.16
HSL2.34º60.38%58.43%-
HSV(B)2.34º60.09%83.53%-
XYZ32.7422.1111.14-
YUV126.21104.75189.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.90%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=54.90%
G=23.20%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213908500.580.600.162.3460.3858.43
HexD55A5503A3C1023c3a
Octal325132125072742027472
Binary110101011011010101010101110101111001000010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A55; }

 p { color: rgb(213,90,85); }

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

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

 a { background-color: rgb(213,90,85); }

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

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

 span { border-color: rgb(213,90,85); }

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