Html Css Color HEX #D15D55 Valencia

📋 copy color: '#D15D55'

red 209 ◦ green 93 ◦ blue 85

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

Shades of Valencia #D15D55

Tints of Valencia #D15D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 54.01%
G = 24.03%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D15D55 (or 0xD15D55) is known color: Valencia. HEX triplet: D1, 5D and 55. RGB value is (209,93,85). Sum of RGB (Red+Green+Blue) = 209+93+85=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D55 is #2EA2AA. Grayscale: #7E7E7E. Windows color (decimal): -3056299 or 5594577. OLE color: 5594577.

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

Color convert

RGB 209 93 85 -
CMYK 0 0.56 0.59 0.18
HSL 3.87º 0.57% 0.58% -
HSV(B) 3.87º 0.59% 0.82% -
XYZ 31.85 22.04 11.17 -
YUV 126.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 209 93 85 0 0.56 0.59 0.18 3.87 0.57 0.58
Hex D1 5D 55 0 38 3B 12 4 39 3A
Octal 321 135 125 0 70 73 22 4 71 72
Binary 11010001 1011101 1010101 0 111000 111011 10010 100 111001 111010

Color Harmonies of #D15D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D55

Black with #D15D55

Text Example


Text Example

White with #D15D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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