Html Css Color HEX #DB504E Valencia

📋 copy color: '#DB504E'

red 219 ◦ green 80 ◦ blue 78

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

Shades of Valencia #DB504E

Tints of Valencia #DB504E

RGB

 RED value IS 219 (85.94% from 255) = 58.09%

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

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

R = 58.09%
G = 21.22%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB504E (or 0xDB504E) is known color: Valencia. HEX triplet: DB, 50 and 4E. RGB value is (219,80,78). Sum of RGB (Red+Green+Blue) = 219+80+78=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB504E is #24AFB1. Grayscale: #797979. Windows color (decimal): -2404274 or 5132507. OLE color: 5132507.

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

Color convert

RGB 219 80 78 -
CMYK 0 0.63 0.64 0.14
HSL 0.85º 0.66% 0.58% -
HSV(B) 0.85º 0.64% 0.86% -
XYZ 33.46 21.35 9.56 -
YUV 121.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 219 80 78 0 0.63 0.64 0.14 0.85 0.66 0.58
Hex DB 50 4E 0 3F 40 E 1 42 3A
Octal 333 120 116 0 77 100 16 1 102 72
Binary 11011011 1010000 1001110 0 111111 1000000 1110 1 1000010 111010

Color Harmonies of #DB504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB504E

Black with #DB504E

Text Example


Text Example

White with #DB504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB504E; }

 p { color: rgb(219,80,78); }

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

background-color css

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

 a { background-color: rgb(219,80,78); }

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

border-color css

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

 span { border-color: rgb(219,80,78); }

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