Html Css Color HEX #DB4F96 Mulberry

📋 copy color: '#DB4F96'

red 219 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #DB4F96

Tints of Mulberry #DB4F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 48.88%
G = 17.63%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4F96 (or 0xDB4F96) is known color: Mulberry. HEX triplet: DB, 4F and 96. RGB value is (219,79,150). Sum of RGB (Red+Green+Blue) = 219+79+150=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F96 is #24B069. Grayscale: #808080. Windows color (decimal): -2404458 or 9850843. OLE color: 9850843.

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

Color convert

RGB 219 79 150 -
CMYK 0 0.64 0.32 0.14
HSL 329.57º 0.66% 0.58% -
HSV(B) 329.57º 0.64% 0.86% -
XYZ 37.51 22.85 31.29 -
YUV 128.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 219 79 150 0 0.64 0.32 0.14 329.57 0.66 0.58
Hex DB 4F 96 0 40 20 E 14A 42 3A
Octal 333 117 226 0 100 40 16 512 102 72
Binary 11011011 1001111 10010110 0 1000000 100000 1110 101001010 1000010 111010

Color Harmonies of #DB4F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F96

Black with #DB4F96

Text Example


Text Example

White with #DB4F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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