#D2554E

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

Shades of Valencia #D2554E

Tints of Valencia #D2554E

Color information

#D2554E (or 0xD2554E) is unknown color: approx Valencia. HEX triplet: D2, 55 and 4E. RGB value is (210,85,78). Sum of RGB (Red+Green+Blue) = 210+85+78=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2554E is #2DAAB1. Grayscale: #797979. Windows color (decimal): -2992818 or 5133778. OLE color: 5133778.

HSL color Cylindrical-coordinate representation of color #D2554E: hue angle of 3.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2554E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2108578-
CMYK00.600.630.18
HSL3.18º59.46%56.47%-
HSV(B)3.18º62.86%82.35%-
XYZ31.220.759.57-
YUV121.58103.41191.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.30%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=56.30%
G=22.79%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210857800.600.630.183.1859.4656.47
HexD2554E03C3F1233b38
Octal322125116074772237370
Binary110100101010101100111001111001111111001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2554E; }

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

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

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

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

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

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

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

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