Html Css Color HEX #DB5552 Valencia

📋 copy color: '#DB5552'

red 219 ◦ green 85 ◦ blue 82

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

Shades of Valencia #DB5552

Tints of Valencia #DB5552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.24%

R = 56.74%
G = 22.02%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5552 (or 0xDB5552) is known color: Valencia. HEX triplet: DB, 55 and 52. RGB value is (219,85,82). Sum of RGB (Red+Green+Blue) = 219+85+82=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5552 is #24AAAD. Grayscale: #7C7C7C. Windows color (decimal): -2402990 or 5395931. OLE color: 5395931.

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

Color convert

RGB 219 85 82 -
CMYK 0 0.61 0.63 0.14
HSL 1.31º 0.66% 0.59% -
HSV(B) 1.31º 0.63% 0.86% -
XYZ 33.98 22.17 10.47 -
YUV 124.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 219 85 82 0 0.61 0.63 0.14 1.31 0.66 0.59
Hex DB 55 52 0 3D 3F E 1 42 3B
Octal 333 125 122 0 75 77 16 1 102 73
Binary 11011011 1010101 1010010 0 111101 111111 1110 1 1000010 111011

Color Harmonies of #DB5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5552

Black with #DB5552

Text Example


Text Example

White with #DB5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5552; }

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

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

background-color css

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

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

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

border-color css

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

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

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