Html Css Color HEX #DB5553 Valencia

📋 copy color: '#DB5553'

red 219 ◦ green 85 ◦ blue 83

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

Shades of Valencia #DB5553

Tints of Valencia #DB5553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 56.59%
G = 21.96%
B = 21.45%

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

#DB5553 (or 0xDB5553) is known color: Valencia. HEX triplet: DB, 55 and 53. RGB value is (219,85,83). Sum of RGB (Red+Green+Blue) = 219+85+83=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5553 is #24AAAC. Grayscale: #7C7C7C. Windows color (decimal): -2402989 or 5461467. OLE color: 5461467.

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

Color convert

RGB 219 85 83 -
CMYK 0 0.61 0.62 0.14
HSL 0.88º 0.65% 0.59% -
HSV(B) 0.88º 0.62% 0.86% -
XYZ 34.02 22.18 10.67 -
YUV 124.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 219 85 83 0 0.61 0.62 0.14 0.88 0.65 0.59
Hex DB 55 53 0 3D 3E E 1 41 3B
Octal 333 125 123 0 75 76 16 1 101 73
Binary 11011011 1010101 1010011 0 111101 111110 1110 1 1000001 111011

Color Harmonies of #DB5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5553

Black with #DB5553

Text Example


Text Example

White with #DB5553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5553; }

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

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

background-color css

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

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

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

border-color css

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

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

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