Html Css Color HEX #DB47A6 Mulberry

📋 copy color: '#DB47A6'

red 219 ◦ green 71 ◦ blue 166

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

Shades of Mulberry #DB47A6

Tints of Mulberry #DB47A6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.57%

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 48.03%
G = 15.57%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB47A6 (or 0xDB47A6) is known color: Mulberry. HEX triplet: DB, 47 and A6. RGB value is (219,71,166). Sum of RGB (Red+Green+Blue) = 219+71+166=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB47A6 is #24B859. Grayscale: #7D7D7D. Windows color (decimal): -2406490 or 10897371. OLE color: 10897371.

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

Color convert

RGB 219 71 166 -
CMYK 0 0.68 0.24 0.14
HSL 321.49º 0.67% 0.57% -
HSV(B) 321.49º 0.68% 0.86% -
XYZ 38.35 22.32 38.36 -
YUV 126.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 219 71 166 0 0.68 0.24 0.14 321.49 0.67 0.57
Hex DB 47 A6 0 44 18 E 141 43 39
Octal 333 107 246 0 104 30 16 501 103 71
Binary 11011011 1000111 10100110 0 1000100 11000 1110 101000001 1000011 111001

Color Harmonies of #DB47A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47A6

Black with #DB47A6

Text Example


Text Example

White with #DB47A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47A6; }

 p { color: rgb(219,71,166); }

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

background-color css

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

 a { background-color: rgb(219,71,166); }

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

border-color css

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

 span { border-color: rgb(219,71,166); }

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