Html Css Color HEX #DB545E Mandy

📋 copy color: '#DB545E'

red 219 ◦ green 84 ◦ blue 94

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

Shades of Mandy #DB545E

Tints of Mandy #DB545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

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

R = 55.16%
G = 21.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB545E (or 0xDB545E) is known color: Mandy. HEX triplet: DB, 54 and 5E. RGB value is (219,84,94). Sum of RGB (Red+Green+Blue) = 219+84+94=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB545E is #24ABA1. Grayscale: #7D7D7D. Windows color (decimal): -2403234 or 6182107. OLE color: 6182107.

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

Color convert

RGB 219 84 94 -
CMYK 0 0.62 0.57 0.14
HSL 355.56º 0.65% 0.59% -
HSV(B) 355.56º 0.62% 0.86% -
XYZ 34.4 22.21 13.06 -
YUV 125.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 219 84 94 0 0.62 0.57 0.14 355.56 0.65 0.59
Hex DB 54 5E 0 3E 39 E 164 41 3B
Octal 333 124 136 0 76 71 16 544 101 73
Binary 11011011 1010100 1011110 0 111110 111001 1110 101100100 1000001 111011

Color Harmonies of #DB545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB545E

Black with #DB545E

Text Example


Text Example

White with #DB545E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB545E; }

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

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

background-color css

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

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

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

border-color css

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

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

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