Html Css Color HEX #DB4055 Mandy

📋 copy color: '#DB4055'

red 219 ◦ green 64 ◦ blue 85

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

Shades of Mandy #DB4055

Tints of Mandy #DB4055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 59.51%
G = 17.39%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4055 (or 0xDB4055) is known color: Mandy. HEX triplet: DB, 40 and 55. RGB value is (219,64,85). Sum of RGB (Red+Green+Blue) = 219+64+85=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4055 is #24BFAA. Grayscale: #707070. Windows color (decimal): -2408363 or 5587163. OLE color: 5587163.

HSL color Cylindrical-coordinate representation of color #DB4055: hue angle of 351.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4055 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 85 -
CMYK 0 0.71 0.61 0.14
HSL 351.87º 0.68% 0.55% -
HSV(B) 351.87º 0.71% 0.86% -
XYZ 32.69 19.38 10.61 -
YUV 112.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 219 64 85 0 0.71 0.61 0.14 351.87 0.68 0.55
Hex DB 40 55 0 47 3D E 160 44 37
Octal 333 100 125 0 107 75 16 540 104 67
Binary 11011011 1000000 1010101 0 1000111 111101 1110 101100000 1000100 110111

Color Harmonies of #DB4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4055

Black with #DB4055

Text Example


Text Example

White with #DB4055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4055; }

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

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

background-color css

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

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

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

border-color css

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

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

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