Html Css Color HEX #DB555C Mandy

📋 copy color: '#DB555C'

red 219 ◦ green 85 ◦ blue 92

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

Shades of Mandy #DB555C

Tints of Mandy #DB555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 55.3%
G = 21.46%
B = 23.23%

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

#DB555C (or 0xDB555C) is known color: Mandy. HEX triplet: DB, 55 and 5C. RGB value is (219,85,92). Sum of RGB (Red+Green+Blue) = 219+85+92=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB555C is #24AAA3. Grayscale: #7D7D7D. Windows color (decimal): -2402980 or 6051291. OLE color: 6051291.

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

Color convert

RGB 219 85 92 -
CMYK 0 0.61 0.58 0.14
HSL 356.87º 0.65% 0.6% -
HSV(B) 356.87º 0.61% 0.86% -
XYZ 34.39 22.33 12.62 -
YUV 125.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 219 85 92 0 0.61 0.58 0.14 356.87 0.65 0.6
Hex DB 55 5C 0 3D 3A E 165 41 3C
Octal 333 125 134 0 75 72 16 545 101 74
Binary 11011011 1010101 1011100 0 111101 111010 1110 101100101 1000001 111100

Color Harmonies of #DB555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB555C

Black with #DB555C

Text Example


Text Example

White with #DB555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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