#D85453

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

Shades of Valencia #D85453

Tints of Valencia #D85453

Color information

#D85453 (or 0xD85453) is unknown color: approx Valencia. HEX triplet: D8, 54 and 53. RGB value is (216,84,83). Sum of RGB (Red+Green+Blue) = 216+84+83=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D85453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85453 is #27ABAC. Grayscale: #7B7B7B. Windows color (decimal): -2599853 or 5461208. OLE color: 5461208.

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

Color convert

RGB2168483-
CMYK00.610.620.15
HSL0.45º63.03%58.63%-
HSV(B)0.45º61.57%84.71%-
XYZ33.0521.5610.6-
YUV123.35105.23194.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.40%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=56.40%
G=21.93%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216848300.610.620.150.4563.0358.63
HexD8545303D3EF03f3b
Octal330124123075761707773
Binary1101100010101001010011011110111111011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85453; }

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

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

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

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

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

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

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

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