Html Css Color HEX #DB4960 Mandy

📋 copy color: '#DB4960'

red 219 ◦ green 73 ◦ blue 96

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

Shades of Mandy #DB4960

Tints of Mandy #DB4960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 56.44%
G = 18.81%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB4960 (or 0xDB4960) is known color: Mandy. HEX triplet: DB, 49 and 60. RGB value is (219,73,96). Sum of RGB (Red+Green+Blue) = 219+73+96=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4960 is #24B69F. Grayscale: #777777. Windows color (decimal): -2406048 or 6310363. OLE color: 6310363.

HSL color Cylindrical-coordinate representation of color #DB4960: hue angle of 350.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4960 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 96 -
CMYK 0 0.67 0.56 0.14
HSL 350.55º 0.67% 0.57% -
HSV(B) 350.55º 0.67% 0.86% -
XYZ 33.71 20.67 13.28 -
YUV 119.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 219 73 96 0 0.67 0.56 0.14 350.55 0.67 0.57
Hex DB 49 60 0 43 38 E 15F 43 39
Octal 333 111 140 0 103 70 16 537 103 71
Binary 11011011 1001001 1100000 0 1000011 111000 1110 101011111 1000011 111001

Color Harmonies of #DB4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4960

Black with #DB4960

Text Example


Text Example

White with #DB4960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4960; }

 p { color: rgb(219,73,96); }

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

background-color css

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

 a { background-color: rgb(219,73,96); }

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

border-color css

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

 span { border-color: rgb(219,73,96); }

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