Html Css Color HEX #DB5355 Mandy

📋 copy color: '#DB5355'

red 219 ◦ green 83 ◦ blue 85

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

Shades of Mandy #DB5355

Tints of Mandy #DB5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

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

R = 56.59%
G = 21.45%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB5355 (or 0xDB5355) is known color: Mandy. HEX triplet: DB, 53 and 55. RGB value is (219,83,85). Sum of RGB (Red+Green+Blue) = 219+83+85=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5355 is #24ACAA. Grayscale: #7C7C7C. Windows color (decimal): -2403499 or 5592027. OLE color: 5592027.

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

Color convert

RGB 219 83 85 -
CMYK 0 0.62 0.61 0.14
HSL 359.12º 0.65% 0.59% -
HSV(B) 359.12º 0.62% 0.86% -
XYZ 33.95 21.9 11.03 -
YUV 123.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 219 83 85 0 0.62 0.61 0.14 359.12 0.65 0.59
Hex DB 53 55 0 3E 3D E 167 41 3B
Octal 333 123 125 0 76 75 16 547 101 73
Binary 11011011 1010011 1010101 0 111110 111101 1110 101100111 1000001 111011

Color Harmonies of #DB5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5355

Black with #DB5355

Text Example


Text Example

White with #DB5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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