Html Css Color HEX #DB5061 Mandy

📋 copy color: '#DB5061'

red 219 ◦ green 80 ◦ blue 97

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

Shades of Mandy #DB5061

Tints of Mandy #DB5061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.49%

R = 55.3%
G = 20.2%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB5061 (or 0xDB5061) is known color: Mandy. HEX triplet: DB, 50 and 61. RGB value is (219,80,97). Sum of RGB (Red+Green+Blue) = 219+80+97=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5061 is #24AF9E. Grayscale: #7B7B7B. Windows color (decimal): -2404255 or 6377691. OLE color: 6377691.

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

Color convert

RGB 219 80 97 -
CMYK 0 0.63 0.56 0.14
HSL 352.66º 0.66% 0.59% -
HSV(B) 352.66º 0.63% 0.86% -
XYZ 34.24 21.66 13.69 -
YUV 123.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 219 80 97 0 0.63 0.56 0.14 352.66 0.66 0.59
Hex DB 50 61 0 3F 38 E 161 42 3B
Octal 333 120 141 0 77 70 16 541 102 73
Binary 11011011 1010000 1100001 0 111111 111000 1110 101100001 1000010 111011

Color Harmonies of #DB5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5061

Black with #DB5061

Text Example


Text Example

White with #DB5061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5061; }

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

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

background-color css

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

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

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

border-color css

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

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

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