Html Css Color HEX #DB4861 Mandy

📋 copy color: '#DB4861'

red 219 ◦ green 72 ◦ blue 97

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

Shades of Mandy #DB4861

Tints of Mandy #DB4861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

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

R = 56.44%
G = 18.56%
B = 25%

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

#DB4861 (or 0xDB4861) is known color: Mandy. HEX triplet: DB, 48 and 61. RGB value is (219,72,97). Sum of RGB (Red+Green+Blue) = 219+72+97=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4861 is #24B79E. Grayscale: #767676. Windows color (decimal): -2406303 or 6375643. OLE color: 6375643.

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

Color convert

RGB 219 72 97 -
CMYK 0 0.67 0.56 0.14
HSL 349.8º 0.67% 0.57% -
HSV(B) 349.8º 0.67% 0.86% -
XYZ 33.69 20.56 13.5 -
YUV 118.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 219 72 97 0 0.67 0.56 0.14 349.8 0.67 0.57
Hex DB 48 61 0 43 38 E 15E 43 39
Octal 333 110 141 0 103 70 16 536 103 71
Binary 11011011 1001000 1100001 0 1000011 111000 1110 101011110 1000011 111001

Color Harmonies of #DB4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4861

Black with #DB4861

Text Example


Text Example

White with #DB4861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4861; }

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

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

background-color css

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

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

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

border-color css

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

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

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