#D65E4A

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

Shades of Valencia #D65E4A

Tints of Valencia #D65E4A

Color information

#D65E4A (or 0xD65E4A) is unknown color: approx Valencia. HEX triplet: D6, 5E and 4A. RGB value is (214,94,74). Sum of RGB (Red+Green+Blue) = 214+94+74=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E4A is #29A1B5. Grayscale: #7F7F7F. Windows color (decimal): -2728374 or 4873942. OLE color: 4873942.

HSL color Cylindrical-coordinate representation of color #D65E4A: hue angle of 8.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D65E4A is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB2149474-
CMYK00.560.650.16
HSL8.57º63.06%56.47%-
HSV(B)8.57º65.42%83.92%-
XYZ32.9722.89.14-
YUV127.697.76189.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.02%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=56.02%
G=24.61%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214947400.560.650.168.5763.0656.47
HexD65E4A038411093f38
Octal32613611207010120117770
Binary110101101011110100101001110001000001100001001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E4A; }

 p { color: rgb(214,94,74); }

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

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

 a { background-color: rgb(214,94,74); }

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

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

 span { border-color: rgb(214,94,74); }

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