#D6554E

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

Shades of Valencia #D6554E

Tints of Valencia #D6554E

Color information

#D6554E (or 0xD6554E) is unknown color: approx Valencia. HEX triplet: D6, 55 and 4E. RGB value is (214,85,78). Sum of RGB (Red+Green+Blue) = 214+85+78=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6554E is #29AAB1. Grayscale: #7A7A7A. Windows color (decimal): -2730674 or 5133782. OLE color: 5133782.

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

Color convert

RGB2148578-
CMYK00.600.640.16
HSL3.09º62.39%57.25%-
HSV(B)3.09º63.55%83.92%-
XYZ32.3621.349.62-
YUV122.77102.74193.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=56.76%
G=22.55%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214857800.600.640.163.0962.3957.25
HexD6554E03C401033e39
Octal3261251160741002037671
Binary1101011010101011001110011110010000001000011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6554E; }

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

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

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

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

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

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

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

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