Html Css Color HEX #DB5964 Mandy

📋 copy color: '#DB5964'

red 219 ◦ green 89 ◦ blue 100

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

Shades of Mandy #DB5964

Tints of Mandy #DB5964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 53.68%
G = 21.81%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB5964 (or 0xDB5964) is known color: Mandy. HEX triplet: DB, 59 and 64. RGB value is (219,89,100). Sum of RGB (Red+Green+Blue) = 219+89+100=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5964 is #24A69B. Grayscale: #818181. Windows color (decimal): -2401948 or 6576603. OLE color: 6576603.

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

Color convert

RGB 219 89 100 -
CMYK 0 0.59 0.54 0.14
HSL 354.92º 0.64% 0.6% -
HSV(B) 354.92º 0.59% 0.86% -
XYZ 35.09 23.12 14.67 -
YUV 129.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 219 89 100 0 0.59 0.54 0.14 354.92 0.64 0.6
Hex DB 59 64 0 3B 36 E 163 40 3C
Octal 333 131 144 0 73 66 16 543 100 74
Binary 11011011 1011001 1100100 0 111011 110110 1110 101100011 1000000 111100

Color Harmonies of #DB5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5964

Black with #DB5964

Text Example


Text Example

White with #DB5964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5964; }

 p { color: rgb(219,89,100); }

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

background-color css

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

 a { background-color: rgb(219,89,100); }

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

border-color css

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

 span { border-color: rgb(219,89,100); }

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