Html Css Color HEX #DB5756 Valencia

📋 copy color: '#DB5756'

red 219 ◦ green 87 ◦ blue 86

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

Shades of Valencia #DB5756

Tints of Valencia #DB5756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.94%

R = 55.87%
G = 22.19%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB5756 (or 0xDB5756) is known color: Valencia. HEX triplet: DB, 57 and 56. RGB value is (219,87,86). Sum of RGB (Red+Green+Blue) = 219+87+86=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5756 is #24A8A9. Grayscale: #7E7E7E. Windows color (decimal): -2402474 or 5658587. OLE color: 5658587.

HSL color Cylindrical-coordinate representation of color #DB5756: hue angle of 0.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5756 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 87 86 -
CMYK 0 0.60 0.61 0.14
HSL 0.45º 0.65% 0.6% -
HSV(B) 0.45º 0.61% 0.86% -
XYZ 34.3 22.55 11.35 -
YUV 126.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 219 87 86 0 0.60 0.61 0.14 0.45 0.65 0.6
Hex DB 57 56 0 3C 3D E 0 41 3C
Octal 333 127 126 0 74 75 16 0 101 74
Binary 11011011 1010111 1010110 0 111100 111101 1110 0 1000001 111100

Color Harmonies of #DB5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5756

Black with #DB5756

Text Example


Text Example

White with #DB5756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5756; }

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

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

background-color css

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

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

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

border-color css

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

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

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