Html Css Color HEX #DB5754 Valencia

📋 copy color: '#DB5754'

red 219 ◦ green 87 ◦ blue 84

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

Shades of Valencia #DB5754

Tints of Valencia #DB5754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.54%

R = 56.15%
G = 22.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB5754 (or 0xDB5754) is known color: Valencia. HEX triplet: DB, 57 and 54. RGB value is (219,87,84). Sum of RGB (Red+Green+Blue) = 219+87+84=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5754 is #24A8AB. Grayscale: #7E7E7E. Windows color (decimal): -2402476 or 5527515. OLE color: 5527515.

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

Color convert

RGB 219 87 84 -
CMYK 0 0.60 0.62 0.14
HSL 1.33º 0.65% 0.59% -
HSV(B) 1.33º 0.62% 0.86% -
XYZ 34.22 22.52 10.93 -
YUV 126.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 219 87 84 0 0.60 0.62 0.14 1.33 0.65 0.59
Hex DB 57 54 0 3C 3E E 1 41 3B
Octal 333 127 124 0 74 76 16 1 101 73
Binary 11011011 1010111 1010100 0 111100 111110 1110 1 1000001 111011

Color Harmonies of #DB5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5754

Black with #DB5754

Text Example


Text Example

White with #DB5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5754; }

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

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

background-color css

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

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

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

border-color css

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

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

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