Html Css Color HEX #DB4748 Mandy

📋 copy color: '#DB4748'

red 219 ◦ green 71 ◦ blue 72

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

Shades of Mandy #DB4748

Tints of Mandy #DB4748

RGB

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

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

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

R = 60.5%
G = 19.61%
B = 19.89%

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

#DB4748 (or 0xDB4748) is known color: Mandy. HEX triplet: DB, 47 and 48. RGB value is (219,71,72). Sum of RGB (Red+Green+Blue) = 219+71+72=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4748 is #24B8B7. Grayscale: #737373. Windows color (decimal): -2406584 or 4736987. OLE color: 4736987.

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

Color convert

RGB 219 71 72 -
CMYK 0 0.68 0.67 0.14
HSL 359.59º 0.67% 0.57% -
HSV(B) 359.59º 0.68% 0.86% -
XYZ 32.64 20.03 8.28 -
YUV 115.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 219 71 72 0 0.68 0.67 0.14 359.59 0.67 0.57
Hex DB 47 48 0 44 43 E 168 43 39
Octal 333 107 110 0 104 103 16 550 103 71
Binary 11011011 1000111 1001000 0 1000100 1000011 1110 101101000 1000011 111001

Color Harmonies of #DB4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4748

Black with #DB4748

Text Example


Text Example

White with #DB4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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