Html Css Color HEX #DA5048 Valencia

📋 copy color: '#DA5048'

red 218 ◦ green 80 ◦ blue 72

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

Shades of Valencia #DA5048

Tints of Valencia #DA5048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 58.92%
G = 21.62%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5048 (or 0xDA5048) is known color: Valencia. HEX triplet: DA, 50 and 48. RGB value is (218,80,72). Sum of RGB (Red+Green+Blue) = 218+80+72=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5048 is #25AFB7. Grayscale: #787878. Windows color (decimal): -2469816 or 4739290. OLE color: 4739290.

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

Color convert

RGB 218 80 72 -
CMYK 0 0.63 0.67 0.15
HSL 3.29º 0.66% 0.57% -
HSV(B) 3.29º 0.67% 0.85% -
XYZ 32.95 21.11 8.47 -
YUV 120.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 218 80 72 0 0.63 0.67 0.15 3.29 0.66 0.57
Hex DA 50 48 0 3F 43 F 3 42 39
Octal 332 120 110 0 77 103 17 3 102 71
Binary 11011010 1010000 1001000 0 111111 1000011 1111 11 1000010 111001

Color Harmonies of #DA5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5048

Black with #DA5048

Text Example


Text Example

White with #DA5048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5048; }

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

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

background-color css

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

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

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

border-color css

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

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

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