Html Css Color HEX #DB5855 Valencia

📋 copy color: '#DB5855'

red 219 ◦ green 88 ◦ blue 85

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

Shades of Valencia #DB5855

Tints of Valencia #DB5855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 55.87%
G = 22.45%
B = 21.68%

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

#DB5855 (or 0xDB5855) is known color: Valencia. HEX triplet: DB, 58 and 55. RGB value is (219,88,85). Sum of RGB (Red+Green+Blue) = 219+88+85=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5855 is #24A7AA. Grayscale: #7E7E7E. Windows color (decimal): -2402219 or 5593307. OLE color: 5593307.

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

Color convert

RGB 219 88 85 -
CMYK 0 0.60 0.61 0.14
HSL 1.34º 0.65% 0.6% -
HSV(B) 1.34º 0.61% 0.86% -
XYZ 34.34 22.7 11.16 -
YUV 126.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 219 88 85 0 0.60 0.61 0.14 1.34 0.65 0.6
Hex DB 58 55 0 3C 3D E 1 41 3C
Octal 333 130 125 0 74 75 16 1 101 74
Binary 11011011 1011000 1010101 0 111100 111101 1110 1 1000001 111100

Color Harmonies of #DB5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5855

Black with #DB5855

Text Example


Text Example

White with #DB5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5855; }

 p { color: rgb(219,88,85); }

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

background-color css

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

 a { background-color: rgb(219,88,85); }

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

border-color css

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

 span { border-color: rgb(219,88,85); }

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