Html Css Color HEX #DB4B61 Mandy

📋 copy color: '#DB4B61'

red 219 ◦ green 75 ◦ blue 97

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

Shades of Mandy #DB4B61

Tints of Mandy #DB4B61

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.18%

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

R = 56.01%
G = 19.18%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB4B61 (or 0xDB4B61) is known color: Mandy. HEX triplet: DB, 4B and 61. RGB value is (219,75,97). Sum of RGB (Red+Green+Blue) = 219+75+97=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B61 is #24B49E. Grayscale: #787878. Windows color (decimal): -2405535 or 6376411. OLE color: 6376411.

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

Color convert

RGB 219 75 97 -
CMYK 0 0.66 0.56 0.14
HSL 350.83º 0.67% 0.58% -
HSV(B) 350.83º 0.66% 0.86% -
XYZ 33.89 20.96 13.57 -
YUV 120.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 219 75 97 0 0.66 0.56 0.14 350.83 0.67 0.58
Hex DB 4B 61 0 42 38 E 15F 43 3A
Octal 333 113 141 0 102 70 16 537 103 72
Binary 11011011 1001011 1100001 0 1000010 111000 1110 101011111 1000011 111010

Color Harmonies of #DB4B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B61

Black with #DB4B61

Text Example


Text Example

White with #DB4B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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