Html Css Color HEX #DB5952 Valencia

📋 copy color: '#DB5952'

red 219 ◦ green 89 ◦ blue 82

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

Shades of Valencia #DB5952

Tints of Valencia #DB5952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

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

R = 56.15%
G = 22.82%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5952 (or 0xDB5952) is known color: Valencia. HEX triplet: DB, 59 and 52. RGB value is (219,89,82). Sum of RGB (Red+Green+Blue) = 219+89+82=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5952 is #24A6AD. Grayscale: #7F7F7F. Windows color (decimal): -2401966 or 5396955. OLE color: 5396955.

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

Color convert

RGB 219 89 82 -
CMYK 0 0.59 0.63 0.14
HSL 3.07º 0.66% 0.59% -
HSV(B) 3.07º 0.63% 0.86% -
XYZ 34.31 22.81 10.58 -
YUV 127.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 219 89 82 0 0.59 0.63 0.14 3.07 0.66 0.59
Hex DB 59 52 0 3B 3F E 3 42 3B
Octal 333 131 122 0 73 77 16 3 102 73
Binary 11011011 1011001 1010010 0 111011 111111 1110 11 1000010 111011

Color Harmonies of #DB5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5952

Black with #DB5952

Text Example


Text Example

White with #DB5952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5952; }

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

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

background-color css

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

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

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

border-color css

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

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

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