#D75D4D

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

Shades of Valencia #D75D4D

Tints of Valencia #D75D4D

Color information

#D75D4D (or 0xD75D4D) is unknown color: approx Valencia. HEX triplet: D7, 5D and 4D. RGB value is (215,93,77). Sum of RGB (Red+Green+Blue) = 215+93+77=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D4D is #28A2B2. Grayscale: #7F7F7F. Windows color (decimal): -2663091 or 5070295. OLE color: 5070295.

HSL color Cylindrical-coordinate representation of color #D75D4D: hue angle of 6.96º degrees, saturation: 0.63, 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 #D75D4D is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2159377-
CMYK00.570.640.16
HSL6.96º63.3%57.25%-
HSV(B)6.96º64.19%84.31%-
XYZ33.2822.819.67-
YUV127.6599.42190.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 77 (30.47% from 255) = 20%
R=55.84%
G=24.16%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215937700.570.640.166.9663.357.25
HexD75D4D039401073f39
Octal3271351150711002077771
Binary11010111101110110011010111001100000010000111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75D4D; }

 p { color: rgb(215,93,77); }

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

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

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

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

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

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

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