Html Css Color HEX #DB545B Mandy

📋 copy color: '#DB545B'

red 219 ◦ green 84 ◦ blue 91

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

Shades of Mandy #DB545B

Tints of Mandy #DB545B

RGB

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

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

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

R = 55.58%
G = 21.32%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB545B (or 0xDB545B) is known color: Mandy. HEX triplet: DB, 54 and 5B. RGB value is (219,84,91). Sum of RGB (Red+Green+Blue) = 219+84+91=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB545B is #24ABA4. Grayscale: #7D7D7D. Windows color (decimal): -2403237 or 5985499. OLE color: 5985499.

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

Color convert

RGB 219 84 91 -
CMYK 0 0.62 0.58 0.14
HSL 356.89º 0.65% 0.59% -
HSV(B) 356.89º 0.62% 0.86% -
XYZ 34.27 22.16 12.37 -
YUV 125.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 219 84 91 0 0.62 0.58 0.14 356.89 0.65 0.59
Hex DB 54 5B 0 3E 3A E 165 41 3B
Octal 333 124 133 0 76 72 16 545 101 73
Binary 11011011 1010100 1011011 0 111110 111010 1110 101100101 1000001 111011

Color Harmonies of #DB545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB545B

Black with #DB545B

Text Example


Text Example

White with #DB545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB545B; }

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

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

background-color css

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

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

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

border-color css

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

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

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