Html Css Color HEX #DB5653 Valencia

📋 copy color: '#DB5653'

red 219 ◦ green 86 ◦ blue 83

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

Shades of Valencia #DB5653

Tints of Valencia #DB5653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 56.44%
G = 22.16%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB5653 (or 0xDB5653) is known color: Valencia. HEX triplet: DB, 56 and 53. RGB value is (219,86,83). Sum of RGB (Red+Green+Blue) = 219+86+83=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5653 is #24A9AC. Grayscale: #7D7D7D. Windows color (decimal): -2402733 or 5461723. OLE color: 5461723.

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

Color convert

RGB 219 86 83 -
CMYK 0 0.61 0.62 0.14
HSL 1.32º 0.65% 0.59% -
HSV(B) 1.32º 0.62% 0.86% -
XYZ 34.1 22.34 10.7 -
YUV 125.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 219 86 83 0 0.61 0.62 0.14 1.32 0.65 0.59
Hex DB 56 53 0 3D 3E E 1 41 3B
Octal 333 126 123 0 75 76 16 1 101 73
Binary 11011011 1010110 1010011 0 111101 111110 1110 1 1000001 111011

Color Harmonies of #DB5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5653

Black with #DB5653

Text Example


Text Example

White with #DB5653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5653; }

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

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

background-color css

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

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

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

border-color css

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

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

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