Html Css Color HEX #DB4FA6 Mulberry

📋 copy color: '#DB4FA6'

red 219 ◦ green 79 ◦ blue 166

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

Shades of Mulberry #DB4FA6

Tints of Mulberry #DB4FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

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

R = 47.2%
G = 17.03%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB4FA6 (or 0xDB4FA6) is known color: Mulberry. HEX triplet: DB, 4F and A6. RGB value is (219,79,166). Sum of RGB (Red+Green+Blue) = 219+79+166=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4FA6 is #24B059. Grayscale: #828282. Windows color (decimal): -2404442 or 10899419. OLE color: 10899419.

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

Color convert

RGB 219 79 166 -
CMYK 0 0.64 0.24 0.14
HSL 322.71º 0.66% 0.58% -
HSV(B) 322.71º 0.64% 0.86% -
XYZ 38.89 23.41 38.54 -
YUV 130.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 219 79 166 0 0.64 0.24 0.14 322.71 0.66 0.58
Hex DB 4F A6 0 40 18 E 143 42 3A
Octal 333 117 246 0 100 30 16 503 102 72
Binary 11011011 1001111 10100110 0 1000000 11000 1110 101000011 1000010 111010

Color Harmonies of #DB4FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FA6

Black with #DB4FA6

Text Example


Text Example

White with #DB4FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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