Html Css Color HEX #DB5B4B Valencia

📋 copy color: '#DB5B4B'

red 219 ◦ green 91 ◦ blue 75

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

Shades of Valencia #DB5B4B

Tints of Valencia #DB5B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

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

R = 56.88%
G = 23.64%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB5B4B (or 0xDB5B4B) is known color: Valencia. HEX triplet: DB, 5B and 4B. RGB value is (219,91,75). Sum of RGB (Red+Green+Blue) = 219+91+75=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B4B is #24A4B4. Grayscale: #7F7F7F. Windows color (decimal): -2401461 or 4938715. OLE color: 4938715.

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

Color convert

RGB 219 91 75 -
CMYK 0 0.58 0.66 0.14
HSL 6.67º 0.67% 0.58% -
HSV(B) 6.67º 0.66% 0.86% -
XYZ 34.22 23.05 9.3 -
YUV 127.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 219 91 75 0 0.58 0.66 0.14 6.67 0.67 0.58
Hex DB 5B 4B 0 3A 42 E 7 43 3A
Octal 333 133 113 0 72 102 16 7 103 72
Binary 11011011 1011011 1001011 0 111010 1000010 1110 111 1000011 111010

Color Harmonies of #DB5B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B4B

Black with #DB5B4B

Text Example


Text Example

White with #DB5B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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