Html Css Color HEX #D15650 Valencia

📋 copy color: '#D15650'

red 209 ◦ green 86 ◦ blue 80

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

Shades of Valencia #D15650

Tints of Valencia #D15650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 55.73%
G = 22.93%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D15650 (or 0xD15650) is known color: Valencia. HEX triplet: D1, 56 and 50. RGB value is (209,86,80). Sum of RGB (Red+Green+Blue) = 209+86+80=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D15650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15650 is #2EA9AF. Grayscale: #7A7A7A. Windows color (decimal): -3058096 or 5265105. OLE color: 5265105.

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

Color convert

RGB 209 86 80 -
CMYK 0 0.59 0.62 0.18
HSL 2.79º 0.58% 0.57% -
HSV(B) 2.79º 0.62% 0.82% -
XYZ 31.07 20.79 9.96 -
YUV 122.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 209 86 80 0 0.59 0.62 0.18 2.79 0.58 0.57
Hex D1 56 50 0 3B 3E 12 3 3A 39
Octal 321 126 120 0 73 76 22 3 72 71
Binary 11010001 1010110 1010000 0 111011 111110 10010 11 111010 111001

Color Harmonies of #D15650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15650

Black with #D15650

Text Example


Text Example

White with #D15650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15650; }

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

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

background-color css

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

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

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

border-color css

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

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

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