Html Css Color HEX #DB46AD Mulberry

📋 copy color: '#DB46AD'

red 219 ◦ green 70 ◦ blue 173

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

Shades of Mulberry #DB46AD

Tints of Mulberry #DB46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.15%

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 47.4%
G = 15.15%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB46AD (or 0xDB46AD) is known color: Mulberry. HEX triplet: DB, 46 and AD. RGB value is (219,70,173). Sum of RGB (Red+Green+Blue) = 219+70+173=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB46AD is #24B952. Grayscale: #7E7E7E. Windows color (decimal): -2406739 or 11355867. OLE color: 11355867.

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

Color convert

RGB 219 70 173 -
CMYK 0 0.68 0.21 0.14
HSL 318.52º 0.67% 0.57% -
HSV(B) 318.52º 0.68% 0.86% -
XYZ 38.95 22.46 41.82 -
YUV 126.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 219 70 173 0 0.68 0.21 0.14 318.52 0.67 0.57
Hex DB 46 AD 0 44 15 E 13F 43 39
Octal 333 106 255 0 104 25 16 477 103 71
Binary 11011011 1000110 10101101 0 1000100 10101 1110 100111111 1000011 111001

Color Harmonies of #DB46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46AD

Black with #DB46AD

Text Example


Text Example

White with #DB46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46AD; }

 p { color: rgb(219,70,173); }

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

background-color css

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

 a { background-color: rgb(219,70,173); }

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

border-color css

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

 span { border-color: rgb(219,70,173); }

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