Html Css Color HEX #D15755 Valencia

📋 copy color: '#D15755'

red 209 ◦ green 87 ◦ blue 85

#D15755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D15755

Tints of Valencia #D15755

RGB

 RED value IS 209 (82.03% from 255) = 54.86%

 GREEN value IS 87 (34.38% from 255) = 22.83%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 54.86%
G = 22.83%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D15755 (or 0xD15755) is known color: Valencia. HEX triplet: D1, 57 and 55. RGB value is (209,87,85). Sum of RGB (Red+Green+Blue) = 209+87+85=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D15755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15755 is #2EA8AA. Grayscale: #7B7B7B. Windows color (decimal): -3057835 or 5593041. OLE color: 5593041.

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

Color convert

RGB 209 87 85 -
CMYK 0 0.58 0.59 0.18
HSL 0.97º 0.57% 0.58% -
HSV(B) 0.97º 0.59% 0.82% -
XYZ 31.34 21.03 11 -
YUV 123.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 209 87 85 0 0.58 0.59 0.18 0.97 0.57 0.58
Hex D1 57 55 0 3A 3B 12 1 39 3A
Octal 321 127 125 0 72 73 22 1 71 72
Binary 11010001 1010111 1010101 0 111010 111011 10010 1 111001 111010

Color Harmonies of #D15755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15755

Black with #D15755

Text Example


Text Example

White with #D15755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15755; }

 p { color: rgb(209,87,85); }

 H1.HeaderClassName
 {
   color: #D15755;
 }
 .AnyTagClassName
 {
   color: #D15755;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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