Html Css Color HEX #DB5750 Valencia

📋 copy color: '#DB5750'

red 219 ◦ green 87 ◦ blue 80

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

Shades of Valencia #DB5750

Tints of Valencia #DB5750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

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

R = 56.74%
G = 22.54%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5750 (or 0xDB5750) is known color: Valencia. HEX triplet: DB, 57 and 50. RGB value is (219,87,80). Sum of RGB (Red+Green+Blue) = 219+87+80=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5750 is #24A8AF. Grayscale: #7D7D7D. Windows color (decimal): -2402480 or 5265371. OLE color: 5265371.

HSL color Cylindrical-coordinate representation of color #DB5750: hue angle of 3.02º 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 #DB5750 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 87 80 -
CMYK 0 0.60 0.63 0.14
HSL 3.02º 0.66% 0.59% -
HSV(B) 3.02º 0.63% 0.86% -
XYZ 34.07 22.46 10.13 -
YUV 125.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 219 87 80 0 0.60 0.63 0.14 3.02 0.66 0.59
Hex DB 57 50 0 3C 3F E 3 42 3B
Octal 333 127 120 0 74 77 16 3 102 73
Binary 11011011 1010111 1010000 0 111100 111111 1110 11 1000010 111011

Color Harmonies of #DB5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5750

Black with #DB5750

Text Example


Text Example

White with #DB5750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5750; }

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

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

background-color css

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

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

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

border-color css

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

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

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