#D85450

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

Shades of Valencia #D85450

Tints of Valencia #D85450

Color information

#D85450 (or 0xD85450) is unknown color: approx Valencia. HEX triplet: D8, 54 and 50. RGB value is (216,84,80). Sum of RGB (Red+Green+Blue) = 216+84+80=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D85450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85450 is #27ABAF. Grayscale: #7B7B7B. Windows color (decimal): -2599856 or 5264600. OLE color: 5264600.

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

Color convert

RGB2168480-
CMYK00.610.630.15
HSL1.76º63.55%58.04%-
HSV(B)1.76º62.96%84.71%-
XYZ32.9421.5210.01-
YUV123.01103.73194.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.84%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=56.84%
G=22.11%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216848000.610.630.151.7663.5558.04
HexD8545003D3FF2403a
Octal3301241200757717210072
Binary110110001010100101000001111011111111111101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85450; }

 p { color: rgb(216,84,80); }

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

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

 a { background-color: rgb(216,84,80); }

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

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

 span { border-color: rgb(216,84,80); }

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