Html Css Color HEX #DB495B Mandy

📋 copy color: '#DB495B'

red 219 ◦ green 73 ◦ blue 91

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

Shades of Mandy #DB495B

Tints of Mandy #DB495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 57.18%
G = 19.06%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB495B (or 0xDB495B) is known color: Mandy. HEX triplet: DB, 49 and 5B. RGB value is (219,73,91). Sum of RGB (Red+Green+Blue) = 219+73+91=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB495B is #24B6A4. Grayscale: #767676. Windows color (decimal): -2406053 or 5982683. OLE color: 5982683.

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

Color convert

RGB 219 73 91 -
CMYK 0 0.67 0.58 0.14
HSL 352.6º 0.67% 0.57% -
HSV(B) 352.6º 0.67% 0.86% -
XYZ 33.48 20.58 12.11 -
YUV 118.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 219 73 91 0 0.67 0.58 0.14 352.6 0.67 0.57
Hex DB 49 5B 0 43 3A E 161 43 39
Octal 333 111 133 0 103 72 16 541 103 71
Binary 11011011 1001001 1011011 0 1000011 111010 1110 101100001 1000011 111001

Color Harmonies of #DB495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB495B

Black with #DB495B

Text Example


Text Example

White with #DB495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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