Html Css Color HEX #DB4950 Mandy

📋 copy color: '#DB4950'

red 219 ◦ green 73 ◦ blue 80

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

Shades of Mandy #DB4950

Tints of Mandy #DB4950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

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

R = 58.87%
G = 19.62%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4950 (or 0xDB4950) is known color: Mandy. HEX triplet: DB, 49 and 50. RGB value is (219,73,80). Sum of RGB (Red+Green+Blue) = 219+73+80=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4950 is #24B6AF. Grayscale: #757575. Windows color (decimal): -2406064 or 5261787. OLE color: 5261787.

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

Color convert

RGB 219 73 80 -
CMYK 0 0.67 0.63 0.14
HSL 357.12º 0.67% 0.57% -
HSV(B) 357.12º 0.67% 0.86% -
XYZ 33.04 20.4 9.79 -
YUV 117.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 219 73 80 0 0.67 0.63 0.14 357.12 0.67 0.57
Hex DB 49 50 0 43 3F E 165 43 39
Octal 333 111 120 0 103 77 16 545 103 71
Binary 11011011 1001001 1010000 0 1000011 111111 1110 101100101 1000011 111001

Color Harmonies of #DB4950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4950

Black with #DB4950

Text Example


Text Example

White with #DB4950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4950; }

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

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

background-color css

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

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

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

border-color css

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

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

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