Html Css Color HEX #DB505C Mandy

📋 copy color: '#DB505C'

red 219 ◦ green 80 ◦ blue 92

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

Shades of Mandy #DB505C

Tints of Mandy #DB505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 56.01%
G = 20.46%
B = 23.53%

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

#DB505C (or 0xDB505C) is known color: Mandy. HEX triplet: DB, 50 and 5C. RGB value is (219,80,92). Sum of RGB (Red+Green+Blue) = 219+80+92=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB505C is #24AFA3. Grayscale: #7B7B7B. Windows color (decimal): -2404260 or 6050011. OLE color: 6050011.

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

Color convert

RGB 219 80 92 -
CMYK 0 0.63 0.58 0.14
HSL 354.82º 0.66% 0.59% -
HSV(B) 354.82º 0.63% 0.86% -
XYZ 34.01 21.57 12.5 -
YUV 122.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 219 80 92 0 0.63 0.58 0.14 354.82 0.66 0.59
Hex DB 50 5C 0 3F 3A E 163 42 3B
Octal 333 120 134 0 77 72 16 543 102 73
Binary 11011011 1010000 1011100 0 111111 111010 1110 101100011 1000010 111011

Color Harmonies of #DB505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB505C

Black with #DB505C

Text Example


Text Example

White with #DB505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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