#D65551

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

Shades of Valencia #D65551

Tints of Valencia #D65551

Color information

#D65551 (or 0xD65551) is unknown color: approx Valencia. HEX triplet: D6, 55 and 51. RGB value is (214,85,81). Sum of RGB (Red+Green+Blue) = 214+85+81=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D65551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65551 is #29AAAE. Grayscale: #7B7B7B. Windows color (decimal): -2730671 or 5330390. OLE color: 5330390.

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

Color convert

RGB2148581-
CMYK00.600.620.16
HSL1.8º61.86%57.84%-
HSV(B)1.8º62.15%83.92%-
XYZ32.4721.3910.2-
YUV123.12104.24192.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.32%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 81 (32.03% from 255) = 21.32%
R=56.32%
G=22.37%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214858100.600.620.161.861.8657.84
HexD6555103C3E1023e3a
Octal326125121074762027672
Binary110101101010101101000101111001111101000010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65551; }

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

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

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

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

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

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

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

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