#D15652

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

Shades of Valencia #D15652

Tints of Valencia #D15652

Color information

#D15652 (or 0xD15652) is unknown color: approx Valencia. HEX triplet: D1, 56 and 52. RGB value is (209,86,82). Sum of RGB (Red+Green+Blue) = 209+86+82=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D15652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15652 is #2EA9AD. Grayscale: #7A7A7A. Windows color (decimal): -3058094 or 5396177. OLE color: 5396177.

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

Color convert

RGB2098682-
CMYK00.590.610.18
HSL1.89º57.99%57.06%-
HSV(B)1.89º60.77%81.96%-
XYZ31.1520.8210.36-
YUV122.32105.25189.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.44%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=55.44%
G=22.81%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209868200.590.610.181.8957.9957.06
HexD1565203B3D1223a39
Octal321126122073752227271
Binary110100011010110101001001110111111011001010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15652; }

 p { color: rgb(209,86,82); }

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

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

 a { background-color: rgb(209,86,82); }

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

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

 span { border-color: rgb(209,86,82); }

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