Html Css Color HEX #DB5361 Mandy

📋 copy color: '#DB5361'

red 219 ◦ green 83 ◦ blue 97

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

Shades of Mandy #DB5361

Tints of Mandy #DB5361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.31%

R = 54.89%
G = 20.8%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB5361 (or 0xDB5361) is known color: Mandy. HEX triplet: DB, 53 and 61. RGB value is (219,83,97). Sum of RGB (Red+Green+Blue) = 219+83+97=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5361 is #24AC9E. Grayscale: #7D7D7D. Windows color (decimal): -2403487 or 6378459. OLE color: 6378459.

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

Color convert

RGB 219 83 97 -
CMYK 0 0.62 0.56 0.14
HSL 353.82º 0.65% 0.59% -
HSV(B) 353.82º 0.62% 0.86% -
XYZ 34.46 22.11 13.76 -
YUV 125.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 219 83 97 0 0.62 0.56 0.14 353.82 0.65 0.59
Hex DB 53 61 0 3E 38 E 162 41 3B
Octal 333 123 141 0 76 70 16 542 101 73
Binary 11011011 1010011 1100001 0 111110 111000 1110 101100010 1000001 111011

Color Harmonies of #DB5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5361

Black with #DB5361

Text Example


Text Example

White with #DB5361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5361; }

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

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

background-color css

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

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

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

border-color css

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

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

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