Html Css Color HEX #DB4C5E Mandy

📋 copy color: '#DB4C5E'

red 219 ◦ green 76 ◦ blue 94

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

Shades of Mandy #DB4C5E

Tints of Mandy #DB4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.54%

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 56.3%
G = 19.54%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB4C5E (or 0xDB4C5E) is known color: Mandy. HEX triplet: DB, 4C and 5E. RGB value is (219,76,94). Sum of RGB (Red+Green+Blue) = 219+76+94=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C5E is #24B3A1. Grayscale: #787878. Windows color (decimal): -2405282 or 6180059. OLE color: 6180059.

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

Color convert

RGB 219 76 94 -
CMYK 0 0.65 0.57 0.14
HSL 352.45º 0.67% 0.58% -
HSV(B) 352.45º 0.65% 0.86% -
XYZ 33.82 21.04 12.87 -
YUV 120.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 219 76 94 0 0.65 0.57 0.14 352.45 0.67 0.58
Hex DB 4C 5E 0 41 39 E 160 43 3A
Octal 333 114 136 0 101 71 16 540 103 72
Binary 11011011 1001100 1011110 0 1000001 111001 1110 101100000 1000011 111010

Color Harmonies of #DB4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C5E

Black with #DB4C5E

Text Example


Text Example

White with #DB4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C5E; }

 p { color: rgb(219,76,94); }

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

background-color css

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

 a { background-color: rgb(219,76,94); }

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

border-color css

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

 span { border-color: rgb(219,76,94); }

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