Html Css Color HEX #DB4FA5 Mulberry

📋 copy color: '#DB4FA5'

red 219 ◦ green 79 ◦ blue 165

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

Shades of Mulberry #DB4FA5

Tints of Mulberry #DB4FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.64%

R = 47.3%
G = 17.06%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB4FA5 (or 0xDB4FA5) is known color: Mulberry. HEX triplet: DB, 4F and A5. RGB value is (219,79,165). Sum of RGB (Red+Green+Blue) = 219+79+165=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4FA5 is #24B05A. Grayscale: #828282. Windows color (decimal): -2404443 or 10833883. OLE color: 10833883.

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

Color convert

RGB 219 79 165 -
CMYK 0 0.64 0.25 0.14
HSL 323.14º 0.66% 0.58% -
HSV(B) 323.14º 0.64% 0.86% -
XYZ 38.8 23.37 38.06 -
YUV 130.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 219 79 165 0 0.64 0.25 0.14 323.14 0.66 0.58
Hex DB 4F A5 0 40 19 E 143 42 3A
Octal 333 117 245 0 100 31 16 503 102 72
Binary 11011011 1001111 10100101 0 1000000 11001 1110 101000011 1000010 111010

Color Harmonies of #DB4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FA5

Black with #DB4FA5

Text Example


Text Example

White with #DB4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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