Html Css Color HEX #DB555B Mandy

📋 copy color: '#DB555B'

red 219 ◦ green 85 ◦ blue 91

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

Shades of Mandy #DB555B

Tints of Mandy #DB555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 55.44%
G = 21.52%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB555B (or 0xDB555B) is known color: Mandy. HEX triplet: DB, 55 and 5B. RGB value is (219,85,91). Sum of RGB (Red+Green+Blue) = 219+85+91=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB555B is #24AAA4. Grayscale: #7D7D7D. Windows color (decimal): -2402981 or 5985755. OLE color: 5985755.

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

Color convert

RGB 219 85 91 -
CMYK 0 0.61 0.58 0.14
HSL 357.31º 0.65% 0.6% -
HSV(B) 357.31º 0.61% 0.86% -
XYZ 34.35 22.31 12.39 -
YUV 125.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 219 85 91 0 0.61 0.58 0.14 357.31 0.65 0.6
Hex DB 55 5B 0 3D 3A E 165 41 3C
Octal 333 125 133 0 75 72 16 545 101 74
Binary 11011011 1010101 1011011 0 111101 111010 1110 101100101 1000001 111100

Color Harmonies of #DB555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB555B

Black with #DB555B

Text Example


Text Example

White with #DB555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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