Html Css Color HEX #DB4E5B Mandy

📋 copy color: '#DB4E5B'

red 219 ◦ green 78 ◦ blue 91

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

Shades of Mandy #DB4E5B

Tints of Mandy #DB4E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.1%

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 56.44%
G = 20.1%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB4E5B (or 0xDB4E5B) is known color: Mandy. HEX triplet: DB, 4E and 5B. RGB value is (219,78,91). Sum of RGB (Red+Green+Blue) = 219+78+91=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E5B is #24B1A4. Grayscale: #797979. Windows color (decimal): -2404773 or 5983963. OLE color: 5983963.

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

Color convert

RGB 219 78 91 -
CMYK 0 0.64 0.58 0.14
HSL 354.47º 0.66% 0.58% -
HSV(B) 354.47º 0.64% 0.86% -
XYZ 33.83 21.26 12.22 -
YUV 121.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 219 78 91 0 0.64 0.58 0.14 354.47 0.66 0.58
Hex DB 4E 5B 0 40 3A E 162 42 3A
Octal 333 116 133 0 100 72 16 542 102 72
Binary 11011011 1001110 1011011 0 1000000 111010 1110 101100010 1000010 111010

Color Harmonies of #DB4E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E5B

Black with #DB4E5B

Text Example


Text Example

White with #DB4E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E5B; }

 p { color: rgb(219,78,91); }

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

background-color css

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

 a { background-color: rgb(219,78,91); }

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

border-color css

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

 span { border-color: rgb(219,78,91); }

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