Html Css Color HEX #DB505B Mandy

📋 copy color: '#DB505B'

red 219 ◦ green 80 ◦ blue 91

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

Shades of Mandy #DB505B

Tints of Mandy #DB505B

RGB

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

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

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

R = 56.15%
G = 20.51%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB505B (or 0xDB505B) is known color: Mandy. HEX triplet: DB, 50 and 5B. RGB value is (219,80,91). Sum of RGB (Red+Green+Blue) = 219+80+91=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB505B is #24AFA4. Grayscale: #7A7A7A. Windows color (decimal): -2404261 or 5984475. OLE color: 5984475.

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

Color convert

RGB 219 80 91 -
CMYK 0 0.63 0.58 0.14
HSL 355.25º 0.66% 0.59% -
HSV(B) 355.25º 0.63% 0.86% -
XYZ 33.97 21.55 12.27 -
YUV 122.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 219 80 91 0 0.63 0.58 0.14 355.25 0.66 0.59
Hex DB 50 5B 0 3F 3A E 163 42 3B
Octal 333 120 133 0 77 72 16 543 102 73
Binary 11011011 1010000 1011011 0 111111 111010 1110 101100011 1000010 111011

Color Harmonies of #DB505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB505B

Black with #DB505B

Text Example


Text Example

White with #DB505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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