Html Css Color HEX #DB4649 Mandy

📋 copy color: '#DB4649'

red 219 ◦ green 70 ◦ blue 73

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

Shades of Mandy #DB4649

Tints of Mandy #DB4649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

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

R = 60.5%
G = 19.34%
B = 20.17%

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

#DB4649 (or 0xDB4649) is known color: Mandy. HEX triplet: DB, 46 and 49. RGB value is (219,70,73). Sum of RGB (Red+Green+Blue) = 219+70+73=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4649 is #24B9B6. Grayscale: #737373. Windows color (decimal): -2406839 or 4802267. OLE color: 4802267.

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

Color convert

RGB 219 70 73 -
CMYK 0 0.68 0.67 0.14
HSL 358.79º 0.67% 0.57% -
HSV(B) 358.79º 0.68% 0.86% -
XYZ 32.61 19.92 8.43 -
YUV 114.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 219 70 73 0 0.68 0.67 0.14 358.79 0.67 0.57
Hex DB 46 49 0 44 43 E 167 43 39
Octal 333 106 111 0 104 103 16 547 103 71
Binary 11011011 1000110 1001001 0 1000100 1000011 1110 101100111 1000011 111001

Color Harmonies of #DB4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4649

Black with #DB4649

Text Example


Text Example

White with #DB4649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4649; }

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

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

background-color css

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

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

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

border-color css

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

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

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