#d75855

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

Shades of Valencia #D75855

Tints of Valencia #D75855

Color information

#D75855 (or 0xD75855) is unknown color: approx Valencia. HEX triplet: D7, 58 and 55. RGB value is (215,88,85). Sum of RGB (Red+Green+Blue) = 215+88+85=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D75855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75855 is #28A7AA. Grayscale: #7D7D7D. Windows color (decimal): -2664363 or 5593303. OLE color: 5593303.

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

Color convert

RGB2158885-
CMYK00.590.600.16
HSL1.38º61.9%58.82%-
HSV(B)1.38º60.47%84.31%-
XYZ33.1522.0811.11-
YUV125.63105.08191.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.41%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=55.41%
G=22.68%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215888500.590.600.161.3861.958.82
HexD7585503B3C1013e3b
Octal327130125073742017673
Binary11010111101100010101010111011111100100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d75855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d75855; }

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

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

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

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

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

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

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

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