#D95453

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

Shades of Valencia #D95453

Tints of Valencia #D95453

Color information

#D95453 (or 0xD95453) is unknown color: approx Valencia. HEX triplet: D9, 54 and 53. RGB value is (217,84,83). Sum of RGB (Red+Green+Blue) = 217+84+83=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D95453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95453 is #26ABAC. Grayscale: #7B7B7B. Windows color (decimal): -2534317 or 5461209. OLE color: 5461209.

HSL color Cylindrical-coordinate representation of color #D95453: hue angle of 0.45º degrees, saturation: 0.64, 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 #D95453 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2178483-
CMYK00.610.620.15
HSL0.45º63.81%58.82%-
HSV(B)0.45º61.75%85.1%-
XYZ33.3521.7210.62-
YUV123.65105.06194.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 83 (32.81% from 255) = 21.61%
R=56.51%
G=21.88%
B=21.61%

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
Decimal217848300.610.620.150.4563.8158.82
HexD9545303D3EF0403b
Octal3311241230757617010073
Binary11011001101010010100110111101111110111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95453; }

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

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

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

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

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

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

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

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