Html Css Color HEX #DA5850 Valencia

📋 copy color: '#DA5850'

red 218 ◦ green 88 ◦ blue 80

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

Shades of Valencia #DA5850

Tints of Valencia #DA5850

RGB

 RED value IS 218 (85.55% from 255) = 56.48%

 GREEN value IS 88 (34.77% from 255) = 22.8%

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

R = 56.48%
G = 22.8%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA5850 (or 0xDA5850) is known color: Valencia. HEX triplet: DA, 58 and 50. RGB value is (218,88,80). Sum of RGB (Red+Green+Blue) = 218+88+80=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5850 is #25A7AF. Grayscale: #7E7E7E. Windows color (decimal): -2467760 or 5265626. OLE color: 5265626.

HSL color Cylindrical-coordinate representation of color #DA5850: hue angle of 3.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5850 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 80 -
CMYK 0 0.60 0.63 0.15
HSL 3.48º 0.65% 0.58% -
HSV(B) 3.48º 0.63% 0.85% -
XYZ 33.85 22.46 10.14 -
YUV 125.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 218 88 80 0 0.60 0.63 0.15 3.48 0.65 0.58
Hex DA 58 50 0 3C 3F F 3 41 3A
Octal 332 130 120 0 74 77 17 3 101 72
Binary 11011010 1011000 1010000 0 111100 111111 1111 11 1000001 111010

Color Harmonies of #DA5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5850

Black with #DA5850

Text Example


Text Example

White with #DA5850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5850; }

 p { color: rgb(218,88,80); }

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

background-color css

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

 a { background-color: rgb(218,88,80); }

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

border-color css

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

 span { border-color: rgb(218,88,80); }

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