#D05755

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

Shades of Valencia #D05755

Tints of Valencia #D05755

Color information

#D05755 (or 0xD05755) is unknown color: approx Valencia. HEX triplet: D0, 57 and 55. RGB value is (208,87,85). Sum of RGB (Red+Green+Blue) = 208+87+85=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D05755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05755 is #2FA8AA. Grayscale: #7B7B7B. Windows color (decimal): -3123371 or 5593040. OLE color: 5593040.

HSL color Cylindrical-coordinate representation of color #D05755: hue angle of 0.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05755 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2088785-
CMYK00.580.590.18
HSL0.98º56.68%57.45%-
HSV(B)0.98º59.13%81.57%-
XYZ31.0620.8810.99-
YUV122.95106.59188.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.74%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=54.74%
G=22.89%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208878500.580.590.180.9856.6857.45
HexD0575503A3B1213939
Octal320127125072732217171
Binary11010000101011110101010111010111011100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05755; }

 p { color: rgb(208,87,85); }

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

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

 a { background-color: rgb(208,87,85); }

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

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

 span { border-color: rgb(208,87,85); }

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