Html Css Color HEX #DA5855 Valencia

📋 copy color: '#DA5855'

red 218 ◦ green 88 ◦ blue 85

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

Shades of Valencia #DA5855

Tints of Valencia #DA5855

RGB

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

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

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

R = 55.75%
G = 22.51%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA5855 (or 0xDA5855) is known color: Valencia. HEX triplet: DA, 58 and 55. RGB value is (218,88,85). Sum of RGB (Red+Green+Blue) = 218+88+85=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5855 is #25A7AA. Grayscale: #7E7E7E. Windows color (decimal): -2467755 or 5593306. OLE color: 5593306.

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

Color convert

RGB 218 88 85 -
CMYK 0 0.60 0.61 0.15
HSL 1.35º 0.64% 0.59% -
HSV(B) 1.35º 0.61% 0.85% -
XYZ 34.04 22.54 11.15 -
YUV 126.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 218 88 85 0 0.60 0.61 0.15 1.35 0.64 0.59
Hex DA 58 55 0 3C 3D F 1 40 3B
Octal 332 130 125 0 74 75 17 1 100 73
Binary 11011010 1011000 1010101 0 111100 111101 1111 1 1000000 111011

Color Harmonies of #DA5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5855

Black with #DA5855

Text Example


Text Example

White with #DA5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5855; }

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

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

background-color css

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

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

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

border-color css

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

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

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