Html Css Color HEX #DB4749 Mandy

📋 copy color: '#DB4749'

red 219 ◦ green 71 ◦ blue 73

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

Shades of Mandy #DB4749

Tints of Mandy #DB4749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 60.33%
G = 19.56%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB4749 (or 0xDB4749) is known color: Mandy. HEX triplet: DB, 47 and 49. RGB value is (219,71,73). Sum of RGB (Red+Green+Blue) = 219+71+73=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4749 is #24B8B6. Grayscale: #737373. Windows color (decimal): -2406583 or 4802523. OLE color: 4802523.

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

Color convert

RGB 219 71 73 -
CMYK 0 0.68 0.67 0.14
HSL 359.19º 0.67% 0.57% -
HSV(B) 359.19º 0.68% 0.86% -
XYZ 32.67 20.05 8.45 -
YUV 115.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 219 71 73 0 0.68 0.67 0.14 359.19 0.67 0.57
Hex DB 47 49 0 44 43 E 167 43 39
Octal 333 107 111 0 104 103 16 547 103 71
Binary 11011011 1000111 1001001 0 1000100 1000011 1110 101100111 1000011 111001

Color Harmonies of #DB4749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4749

Black with #DB4749

Text Example


Text Example

White with #DB4749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4749; }

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

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

background-color css

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

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

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

border-color css

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

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

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