Html Css Color HEX #DB5356 Mandy

📋 copy color: '#DB5356'

red 219 ◦ green 83 ◦ blue 86

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

Shades of Mandy #DB5356

Tints of Mandy #DB5356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 56.44%
G = 21.39%
B = 22.16%

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

#DB5356 (or 0xDB5356) is known color: Mandy. HEX triplet: DB, 53 and 56. RGB value is (219,83,86). Sum of RGB (Red+Green+Blue) = 219+83+86=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5356 is #24ACA9. Grayscale: #7C7C7C. Windows color (decimal): -2403498 or 5657563. OLE color: 5657563.

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

Color convert

RGB 219 83 86 -
CMYK 0 0.62 0.61 0.14
HSL 358.68º 0.65% 0.59% -
HSV(B) 358.68º 0.62% 0.86% -
XYZ 33.99 21.92 11.24 -
YUV 124.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 219 83 86 0 0.62 0.61 0.14 358.68 0.65 0.59
Hex DB 53 56 0 3E 3D E 167 41 3B
Octal 333 123 126 0 76 75 16 547 101 73
Binary 11011011 1010011 1010110 0 111110 111101 1110 101100111 1000001 111011

Color Harmonies of #DB5356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5356

Black with #DB5356

Text Example


Text Example

White with #DB5356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5356; }

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

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

background-color css

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

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

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

border-color css

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

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

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