Html Css Color HEX #DB584B Valencia

📋 copy color: '#DB584B'

red 219 ◦ green 88 ◦ blue 75

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

Shades of Valencia #DB584B

Tints of Valencia #DB584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 57.33%
G = 23.04%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB584B (or 0xDB584B) is known color: Valencia. HEX triplet: DB, 58 and 4B. RGB value is (219,88,75). Sum of RGB (Red+Green+Blue) = 219+88+75=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB584B is #24A7B4. Grayscale: #7D7D7D. Windows color (decimal): -2402229 or 4937947. OLE color: 4937947.

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

Color convert

RGB 219 88 75 -
CMYK 0 0.60 0.66 0.14
HSL 5.42º 0.67% 0.58% -
HSV(B) 5.42º 0.66% 0.86% -
XYZ 33.97 22.55 9.22 -
YUV 125.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 219 88 75 0 0.60 0.66 0.14 5.42 0.67 0.58
Hex DB 58 4B 0 3C 42 E 5 43 3A
Octal 333 130 113 0 74 102 16 5 103 72
Binary 11011011 1011000 1001011 0 111100 1000010 1110 101 1000011 111010

Color Harmonies of #DB584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB584B

Black with #DB584B

Text Example


Text Example

White with #DB584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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