Html Css Color HEX #DB4F55 Mandy

📋 copy color: '#DB4F55'

red 219 ◦ green 79 ◦ blue 85

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

Shades of Mandy #DB4F55

Tints of Mandy #DB4F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 57.18%
G = 20.63%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4F55 (or 0xDB4F55) is known color: Mandy. HEX triplet: DB, 4F and 55. RGB value is (219,79,85). Sum of RGB (Red+Green+Blue) = 219+79+85=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F55 is #24B0AA. Grayscale: #797979. Windows color (decimal): -2404523 or 5591003. OLE color: 5591003.

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

Color convert

RGB 219 79 85 -
CMYK 0 0.64 0.61 0.14
HSL 357.43º 0.66% 0.58% -
HSV(B) 357.43º 0.64% 0.86% -
XYZ 33.65 21.31 10.93 -
YUV 121.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 219 79 85 0 0.64 0.61 0.14 357.43 0.66 0.58
Hex DB 4F 55 0 40 3D E 165 42 3A
Octal 333 117 125 0 100 75 16 545 102 72
Binary 11011011 1001111 1010101 0 1000000 111101 1110 101100101 1000010 111010

Color Harmonies of #DB4F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F55

Black with #DB4F55

Text Example


Text Example

White with #DB4F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F55; }

 p { color: rgb(219,79,85); }

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

background-color css

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

 a { background-color: rgb(219,79,85); }

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

border-color css

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

 span { border-color: rgb(219,79,85); }

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