Html Css Color HEX #DB5A50 Valencia

📋 copy color: '#DB5A50'

red 219 ◦ green 90 ◦ blue 80

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

Shades of Valencia #DB5A50

Tints of Valencia #DB5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 56.3%
G = 23.14%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5A50 (or 0xDB5A50) is known color: Valencia. HEX triplet: DB, 5A and 50. RGB value is (219,90,80). Sum of RGB (Red+Green+Blue) = 219+90+80=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A50 is #24A5AF. Grayscale: #7F7F7F. Windows color (decimal): -2401712 or 5266139. OLE color: 5266139.

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

Color convert

RGB 219 90 80 -
CMYK 0 0.59 0.63 0.14
HSL 4.32º 0.66% 0.59% -
HSV(B) 4.32º 0.63% 0.86% -
XYZ 34.32 22.95 10.21 -
YUV 127.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 219 90 80 0 0.59 0.63 0.14 4.32 0.66 0.59
Hex DB 5A 50 0 3B 3F E 4 42 3B
Octal 333 132 120 0 73 77 16 4 102 73
Binary 11011011 1011010 1010000 0 111011 111111 1110 100 1000010 111011

Color Harmonies of #DB5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A50

Black with #DB5A50

Text Example


Text Example

White with #DB5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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