Html Css Color HEX #DB5048 Valencia

📋 copy color: '#DB5048'

red 219 ◦ green 80 ◦ blue 72

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

Shades of Valencia #DB5048

Tints of Valencia #DB5048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 59.03%
G = 21.56%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5048 (or 0xDB5048) is known color: Valencia. HEX triplet: DB, 50 and 48. RGB value is (219,80,72). Sum of RGB (Red+Green+Blue) = 219+80+72=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5048 is #24AFB7. Grayscale: #787878. Windows color (decimal): -2404280 or 4739291. OLE color: 4739291.

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

Color convert

RGB 219 80 72 -
CMYK 0 0.63 0.67 0.14
HSL 3.27º 0.67% 0.57% -
HSV(B) 3.27º 0.67% 0.86% -
XYZ 33.25 21.27 8.48 -
YUV 120.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 219 80 72 0 0.63 0.67 0.14 3.27 0.67 0.57
Hex DB 50 48 0 3F 43 E 3 43 39
Octal 333 120 110 0 77 103 16 3 103 71
Binary 11011011 1010000 1001000 0 111111 1000011 1110 11 1000011 111001

Color Harmonies of #DB5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5048

Black with #DB5048

Text Example


Text Example

White with #DB5048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5048; }

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

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

background-color css

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

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

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

border-color css

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

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

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