Html Css Color HEX #DB4549 Mandy

📋 copy color: '#DB4549'

red 219 ◦ green 69 ◦ blue 73

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

Shades of Mandy #DB4549

Tints of Mandy #DB4549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

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

R = 60.66%
G = 19.11%
B = 20.22%

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

#DB4549 (or 0xDB4549) is known color: Mandy. HEX triplet: DB, 45 and 49. RGB value is (219,69,73). Sum of RGB (Red+Green+Blue) = 219+69+73=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4549 is #24BAB6. Grayscale: #727272. Windows color (decimal): -2407095 or 4802011. OLE color: 4802011.

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

Color convert

RGB 219 69 73 -
CMYK 0 0.68 0.67 0.14
HSL 358.4º 0.68% 0.56% -
HSV(B) 358.4º 0.68% 0.86% -
XYZ 32.54 19.8 8.41 -
YUV 114.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 219 69 73 0 0.68 0.67 0.14 358.4 0.68 0.56
Hex DB 45 49 0 44 43 E 166 44 38
Octal 333 105 111 0 104 103 16 546 104 70
Binary 11011011 1000101 1001001 0 1000100 1000011 1110 101100110 1000100 111000

Color Harmonies of #DB4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4549

Black with #DB4549

Text Example


Text Example

White with #DB4549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4549; }

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

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

background-color css

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

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

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

border-color css

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

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

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