Html Css Color HEX #DB5063 Mandy

📋 copy color: '#DB5063'

red 219 ◦ green 80 ◦ blue 99

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

Shades of Mandy #DB5063

Tints of Mandy #DB5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 99 (39.06% from 255) = 24.87%

R = 55.03%
G = 20.1%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB5063 (or 0xDB5063) is known color: Mandy. HEX triplet: DB, 50 and 63. RGB value is (219,80,99). Sum of RGB (Red+Green+Blue) = 219+80+99=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5063 is #24AF9C. Grayscale: #7B7B7B. Windows color (decimal): -2404253 or 6508763. OLE color: 6508763.

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

Color convert

RGB 219 80 99 -
CMYK 0 0.63 0.55 0.14
HSL 351.8º 0.66% 0.59% -
HSV(B) 351.8º 0.63% 0.86% -
XYZ 34.33 21.7 14.18 -
YUV 123.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 219 80 99 0 0.63 0.55 0.14 351.8 0.66 0.59
Hex DB 50 63 0 3F 37 E 160 42 3B
Octal 333 120 143 0 77 67 16 540 102 73
Binary 11011011 1010000 1100011 0 111111 110111 1110 101100000 1000010 111011

Color Harmonies of #DB5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5063

Black with #DB5063

Text Example


Text Example

White with #DB5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5063; }

 p { color: rgb(219,80,99); }

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

background-color css

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

 a { background-color: rgb(219,80,99); }

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

border-color css

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

 span { border-color: rgb(219,80,99); }

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