Html Css Color HEX #DA584E Valencia

📋 copy color: '#DA584E'

red 218 ◦ green 88 ◦ blue 78

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

Shades of Valencia #DA584E

Tints of Valencia #DA584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 56.77%
G = 22.92%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA584E (or 0xDA584E) is known color: Valencia. HEX triplet: DA, 58 and 4E. RGB value is (218,88,78). Sum of RGB (Red+Green+Blue) = 218+88+78=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA584E is #25A7B1. Grayscale: #7D7D7D. Windows color (decimal): -2467762 or 5134554. OLE color: 5134554.

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

Color convert

RGB 218 88 78 -
CMYK 0 0.60 0.64 0.15
HSL 4.29º 0.65% 0.58% -
HSV(B) 4.29º 0.64% 0.85% -
XYZ 33.78 22.43 9.76 -
YUV 125.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 218 88 78 0 0.60 0.64 0.15 4.29 0.65 0.58
Hex DA 58 4E 0 3C 40 F 4 41 3A
Octal 332 130 116 0 74 100 17 4 101 72
Binary 11011010 1011000 1001110 0 111100 1000000 1111 100 1000001 111010

Color Harmonies of #DA584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA584E

Black with #DA584E

Text Example


Text Example

White with #DA584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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