Html Css Color HEX #DA5852 Valencia

📋 copy color: '#DA5852'

red 218 ◦ green 88 ◦ blue 82

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

Shades of Valencia #DA5852

Tints of Valencia #DA5852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 56.19%
G = 22.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA5852 (or 0xDA5852) is known color: Valencia. HEX triplet: DA, 58 and 52. RGB value is (218,88,82). Sum of RGB (Red+Green+Blue) = 218+88+82=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5852 is #25A7AD. Grayscale: #7E7E7E. Windows color (decimal): -2467758 or 5396698. OLE color: 5396698.

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

Color convert

RGB 218 88 82 -
CMYK 0 0.60 0.62 0.15
HSL 2.65º 0.65% 0.59% -
HSV(B) 2.65º 0.62% 0.85% -
XYZ 33.93 22.49 10.54 -
YUV 126.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 218 88 82 0 0.60 0.62 0.15 2.65 0.65 0.59
Hex DA 58 52 0 3C 3E F 3 41 3B
Octal 332 130 122 0 74 76 17 3 101 73
Binary 11011010 1011000 1010010 0 111100 111110 1111 11 1000001 111011

Color Harmonies of #DA5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5852

Black with #DA5852

Text Example


Text Example

White with #DA5852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5852; }

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

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

background-color css

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

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

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

border-color css

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

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

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