Html Css Color HEX #DB4548 Mandy

📋 copy color: '#DB4548'

red 219 ◦ green 69 ◦ blue 72

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

Shades of Mandy #DB4548

Tints of Mandy #DB4548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 60.83%
G = 19.17%
B = 20%

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

#DB4548 (or 0xDB4548) is known color: Mandy. HEX triplet: DB, 45 and 48. RGB value is (219,69,72). Sum of RGB (Red+Green+Blue) = 219+69+72=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4548 is #24BAB7. Grayscale: #727272. Windows color (decimal): -2407096 or 4736475. OLE color: 4736475.

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

Color convert

RGB 219 69 72 -
CMYK 0 0.68 0.67 0.14
HSL 358.8º 0.68% 0.56% -
HSV(B) 358.8º 0.68% 0.86% -
XYZ 32.51 19.78 8.24 -
YUV 114.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 219 69 72 0 0.68 0.67 0.14 358.8 0.68 0.56
Hex DB 45 48 0 44 43 E 167 44 38
Octal 333 105 110 0 104 103 16 547 104 70
Binary 11011011 1000101 1001000 0 1000100 1000011 1110 101100111 1000100 111000

Color Harmonies of #DB4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4548

Black with #DB4548

Text Example


Text Example

White with #DB4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4548; }

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

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

background-color css

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

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

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

border-color css

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

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

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