#D35855

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

Shades of Valencia #D35855

Tints of Valencia #D35855

Color information

#D35855 (or 0xD35855) is unknown color: approx Valencia. HEX triplet: D3, 58 and 55. RGB value is (211,88,85). Sum of RGB (Red+Green+Blue) = 211+88+85=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D35855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35855 is #2CA7AA. Grayscale: #7C7C7C. Windows color (decimal): -2926507 or 5593299. OLE color: 5593299.

HSL color Cylindrical-coordinate representation of color #D35855: hue angle of 1.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35855 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB2118885-
CMYK00.580.600.17
HSL1.43º58.88%58.04%-
HSV(B)1.43º59.72%82.75%-
XYZ31.9921.4811.05-
YUV124.44105.75189.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.95%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=54.95%
G=22.92%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211888500.580.600.171.4358.8858.04
HexD3585503A3C1113b3a
Octal323130125072742117372
Binary11010011101100010101010111010111100100011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35855; }

 p { color: rgb(211,88,85); }

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

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

 a { background-color: rgb(211,88,85); }

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

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

 span { border-color: rgb(211,88,85); }

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