Html Css Color HEX #DB545F Mandy

📋 copy color: '#DB545F'

red 219 ◦ green 84 ◦ blue 95

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

Shades of Mandy #DB545F

Tints of Mandy #DB545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 55.03%
G = 21.11%
B = 23.87%

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

#DB545F (or 0xDB545F) is known color: Mandy. HEX triplet: DB, 54 and 5F. RGB value is (219,84,95). Sum of RGB (Red+Green+Blue) = 219+84+95=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB545F is #24ABA0. Grayscale: #7D7D7D. Windows color (decimal): -2403233 or 6247643. OLE color: 6247643.

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

Color convert

RGB 219 84 95 -
CMYK 0 0.62 0.57 0.14
HSL 355.11º 0.65% 0.59% -
HSV(B) 355.11º 0.62% 0.86% -
XYZ 34.45 22.23 13.3 -
YUV 125.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 219 84 95 0 0.62 0.57 0.14 355.11 0.65 0.59
Hex DB 54 5F 0 3E 39 E 163 41 3B
Octal 333 124 137 0 76 71 16 543 101 73
Binary 11011011 1010100 1011111 0 111110 111001 1110 101100011 1000001 111011

Color Harmonies of #DB545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB545F

Black with #DB545F

Text Example


Text Example

White with #DB545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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