#D45150

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

Shades of Valencia #D45150

Tints of Valencia #D45150

Color information

#D45150 (or 0xD45150) is unknown color: approx Valencia. HEX triplet: D4, 51 and 50. RGB value is (212,81,80). Sum of RGB (Red+Green+Blue) = 212+81+80=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D45150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45150 is #2BAEAF. Grayscale: #787878. Windows color (decimal): -2862768 or 5263828. OLE color: 5263828.

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

Color convert

RGB2128180-
CMYK00.620.620.17
HSL0.45º60.55%57.25%-
HSV(B)0.45º62.26%83.14%-
XYZ31.5420.469.88-
YUV120.06105.4193.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.84%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=56.84%
G=21.72%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212818000.620.620.170.4560.5557.25
HexD4515003E3E1103d39
Octal324121120076762107571
Binary11010100101000110100000111110111110100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45150; }

 p { color: rgb(212,81,80); }

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

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

 a { background-color: rgb(212,81,80); }

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

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

 span { border-color: rgb(212,81,80); }

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