Html Css Color HEX #DB5852 Valencia

📋 copy color: '#DB5852'

red 219 ◦ green 88 ◦ blue 82

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

Shades of Valencia #DB5852

Tints of Valencia #DB5852

RGB

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

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

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

R = 56.3%
G = 22.62%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5852 (or 0xDB5852) is known color: Valencia. HEX triplet: DB, 58 and 52. RGB value is (219,88,82). Sum of RGB (Red+Green+Blue) = 219+88+82=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5852 is #24A7AD. Grayscale: #7E7E7E. Windows color (decimal): -2402222 or 5396699. OLE color: 5396699.

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

Color convert

RGB 219 88 82 -
CMYK 0 0.60 0.63 0.14
HSL 2.63º 0.66% 0.59% -
HSV(B) 2.63º 0.63% 0.86% -
XYZ 34.23 22.65 10.55 -
YUV 126.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 219 88 82 0 0.60 0.63 0.14 2.63 0.66 0.59
Hex DB 58 52 0 3C 3F E 3 42 3B
Octal 333 130 122 0 74 77 16 3 102 73
Binary 11011011 1011000 1010010 0 111100 111111 1110 11 1000010 111011

Color Harmonies of #DB5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5852

Black with #DB5852

Text Example


Text Example

White with #DB5852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5852; }

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

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

background-color css

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

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

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

border-color css

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

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

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