Html Css Color HEX #DB505F Mandy

📋 copy color: '#DB505F'

red 219 ◦ green 80 ◦ blue 95

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

Shades of Mandy #DB505F

Tints of Mandy #DB505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 55.58%
G = 20.3%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB505F (or 0xDB505F) is known color: Mandy. HEX triplet: DB, 50 and 5F. RGB value is (219,80,95). Sum of RGB (Red+Green+Blue) = 219+80+95=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB505F is #24AFA0. Grayscale: #7B7B7B. Windows color (decimal): -2404257 or 6246619. OLE color: 6246619.

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

Color convert

RGB 219 80 95 -
CMYK 0 0.63 0.57 0.14
HSL 353.53º 0.66% 0.59% -
HSV(B) 353.53º 0.63% 0.86% -
XYZ 34.15 21.62 13.2 -
YUV 123.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 219 80 95 0 0.63 0.57 0.14 353.53 0.66 0.59
Hex DB 50 5F 0 3F 39 E 162 42 3B
Octal 333 120 137 0 77 71 16 542 102 73
Binary 11011011 1010000 1011111 0 111111 111001 1110 101100010 1000010 111011

Color Harmonies of #DB505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB505F

Black with #DB505F

Text Example


Text Example

White with #DB505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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