Html Css Color HEX #DB4955 Mandy

📋 copy color: '#DB4955'

red 219 ◦ green 73 ◦ blue 85

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

Shades of Mandy #DB4955

Tints of Mandy #DB4955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 58.09%
G = 19.36%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4955 (or 0xDB4955) is known color: Mandy. HEX triplet: DB, 49 and 55. RGB value is (219,73,85). Sum of RGB (Red+Green+Blue) = 219+73+85=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4955 is #24B6AA. Grayscale: #767676. Windows color (decimal): -2406059 or 5589467. OLE color: 5589467.

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

Color convert

RGB 219 73 85 -
CMYK 0 0.67 0.61 0.14
HSL 355.07º 0.67% 0.57% -
HSV(B) 355.07º 0.67% 0.86% -
XYZ 33.24 20.48 10.8 -
YUV 118.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 219 73 85 0 0.67 0.61 0.14 355.07 0.67 0.57
Hex DB 49 55 0 43 3D E 163 43 39
Octal 333 111 125 0 103 75 16 543 103 71
Binary 11011011 1001001 1010101 0 1000011 111101 1110 101100011 1000011 111001

Color Harmonies of #DB4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4955

Black with #DB4955

Text Example


Text Example

White with #DB4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4955; }

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

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

background-color css

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

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

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

border-color css

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

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

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