Html Css Color HEX #DB5055 Mandy

📋 copy color: '#DB5055'

red 219 ◦ green 80 ◦ blue 85

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

Shades of Mandy #DB5055

Tints of Mandy #DB5055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 57.03%
G = 20.83%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB5055 (or 0xDB5055) is known color: Mandy. HEX triplet: DB, 50 and 55. RGB value is (219,80,85). Sum of RGB (Red+Green+Blue) = 219+80+85=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5055 is #24AFAA. Grayscale: #7A7A7A. Windows color (decimal): -2404267 or 5591259. OLE color: 5591259.

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

Color convert

RGB 219 80 85 -
CMYK 0 0.63 0.61 0.14
HSL 357.84º 0.66% 0.59% -
HSV(B) 357.84º 0.63% 0.86% -
XYZ 33.72 21.45 10.96 -
YUV 122.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 219 80 85 0 0.63 0.61 0.14 357.84 0.66 0.59
Hex DB 50 55 0 3F 3D E 166 42 3B
Octal 333 120 125 0 77 75 16 546 102 73
Binary 11011011 1010000 1010101 0 111111 111101 1110 101100110 1000010 111011

Color Harmonies of #DB5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5055

Black with #DB5055

Text Example


Text Example

White with #DB5055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5055; }

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

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

background-color css

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

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

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

border-color css

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

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

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