Html Css Color HEX #DB5450 Valencia

📋 copy color: '#DB5450'

red 219 ◦ green 84 ◦ blue 80

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

Shades of Valencia #DB5450

Tints of Valencia #DB5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 57.18%
G = 21.93%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5450 (or 0xDB5450) is known color: Valencia. HEX triplet: DB, 54 and 50. RGB value is (219,84,80). Sum of RGB (Red+Green+Blue) = 219+84+80=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5450 is #24ABAF. Grayscale: #7C7C7C. Windows color (decimal): -2403248 or 5264603. OLE color: 5264603.

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

Color convert

RGB 219 84 80 -
CMYK 0 0.62 0.63 0.14
HSL 1.73º 0.66% 0.59% -
HSV(B) 1.73º 0.63% 0.86% -
XYZ 33.83 21.98 10.05 -
YUV 123.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 219 84 80 0 0.62 0.63 0.14 1.73 0.66 0.59
Hex DB 54 50 0 3E 3F E 2 42 3B
Octal 333 124 120 0 76 77 16 2 102 73
Binary 11011011 1010100 1010000 0 111110 111111 1110 10 1000010 111011

Color Harmonies of #DB5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5450

Black with #DB5450

Text Example


Text Example

White with #DB5450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5450; }

 p { color: rgb(219,84,80); }

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

background-color css

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

 a { background-color: rgb(219,84,80); }

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

border-color css

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

 span { border-color: rgb(219,84,80); }

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