#D75555

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

Shades of Valencia #D75555

Tints of Valencia #D75555

Color information

#D75555 (or 0xD75555) is unknown color: approx Valencia. HEX triplet: D7, 55 and 55. RGB value is (215,85,85). Sum of RGB (Red+Green+Blue) = 215+85+85=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D75555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75555 is #28AAAA. Grayscale: #7C7C7C. Windows color (decimal): -2665131 or 5592535. OLE color: 5592535.

HSL color Cylindrical-coordinate representation of color #D75555: hue angle of 0º 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 #D75555 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2158585-
CMYK00.600.600.16
HSL61.9%58.82%-
HSV(B)60.47%84.31%-
XYZ32.9121.611.03-
YUV123.87106.07193-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=55.84%
G=22.08%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215858500.600.600.16061.958.82
HexD7555503C3C1003e3b
Octal327125125074742007673
Binary11010111101010110101010111100111100100000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75555; }

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

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

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

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

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

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

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

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