#D65147

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

Shades of Valencia #D65147

Tints of Valencia #D65147

Color information

#D65147 (or 0xD65147) is unknown color: approx Valencia. HEX triplet: D6, 51 and 47. RGB value is (214,81,71). Sum of RGB (Red+Green+Blue) = 214+81+71=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D65147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65147 is #29AEB8. Grayscale: #777777. Windows color (decimal): -2731705 or 4674006. OLE color: 4674006.

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

Color convert

RGB2148171-
CMYK00.620.670.16
HSL4.2º63.56%55.88%-
HSV(B)4.2º66.82%83.92%-
XYZ31.8120.648.27-
YUV119.63100.56195.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.47%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 71 (28.12% from 255) = 19.40%
R=58.47%
G=22.13%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214817100.620.670.164.263.5655.88
HexD6514703E431044038
Octal32612110707610320410070
Binary110101101010001100011101111101000011100001001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65147; }

 p { color: rgb(214,81,71); }

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

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

 a { background-color: rgb(214,81,71); }

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

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

 span { border-color: rgb(214,81,71); }

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