Html Css Color HEX #DB5965 Mandy

📋 copy color: '#DB5965'

red 219 ◦ green 89 ◦ blue 101

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

Shades of Mandy #DB5965

Tints of Mandy #DB5965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.69%

R = 53.55%
G = 21.76%
B = 24.69%

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

#DB5965 (or 0xDB5965) is known color: Mandy. HEX triplet: DB, 59 and 65. RGB value is (219,89,101). Sum of RGB (Red+Green+Blue) = 219+89+101=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5965 is #24A69A. Grayscale: #818181. Windows color (decimal): -2401947 or 6642139. OLE color: 6642139.

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

Color convert

RGB 219 89 101 -
CMYK 0 0.59 0.54 0.14
HSL 354.46º 0.64% 0.6% -
HSV(B) 354.46º 0.59% 0.86% -
XYZ 35.13 23.14 14.93 -
YUV 129.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 219 89 101 0 0.59 0.54 0.14 354.46 0.64 0.6
Hex DB 59 65 0 3B 36 E 162 40 3C
Octal 333 131 145 0 73 66 16 542 100 74
Binary 11011011 1011001 1100101 0 111011 110110 1110 101100010 1000000 111100

Color Harmonies of #DB5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5965

Black with #DB5965

Text Example


Text Example

White with #DB5965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5965; }

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

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

background-color css

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

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

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

border-color css

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

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

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