Html Css Color HEX #DB4648 Mandy

📋 copy color: '#DB4648'

red 219 ◦ green 70 ◦ blue 72

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

Shades of Mandy #DB4648

Tints of Mandy #DB4648

RGB

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

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

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

R = 60.66%
G = 19.39%
B = 19.94%

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

#DB4648 (or 0xDB4648) is known color: Mandy. HEX triplet: DB, 46 and 48. RGB value is (219,70,72). Sum of RGB (Red+Green+Blue) = 219+70+72=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4648 is #24B9B7. Grayscale: #727272. Windows color (decimal): -2406840 or 4736731. OLE color: 4736731.

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

Color convert

RGB 219 70 72 -
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.57 19.91 8.26 -
YUV 114.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 219 70 72 0 0.68 0.67 0.14 359.19 0.67 0.57
Hex DB 46 48 0 44 43 E 167 43 39
Octal 333 106 110 0 104 103 16 547 103 71
Binary 11011011 1000110 1001000 0 1000100 1000011 1110 101100111 1000011 111001

Color Harmonies of #DB4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4648

Black with #DB4648

Text Example


Text Example

White with #DB4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4648; }

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

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

background-color css

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

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

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

border-color css

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

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

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