Html Css Color HEX #DB4699 Mulberry

📋 copy color: '#DB4699'

red 219 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #DB4699

Tints of Mulberry #DB4699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 49.55%
G = 15.84%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB4699 (or 0xDB4699) is known color: Mulberry. HEX triplet: DB, 46 and 99. RGB value is (219,70,153). Sum of RGB (Red+Green+Blue) = 219+70+153=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4699 is #24B966. Grayscale: #7B7B7B. Windows color (decimal): -2406759 or 10045147. OLE color: 10045147.

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

Color convert

RGB 219 70 153 -
CMYK 0 0.68 0.30 0.14
HSL 326.58º 0.67% 0.57% -
HSV(B) 326.58º 0.68% 0.86% -
XYZ 37.15 21.74 32.38 -
YUV 124.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 219 70 153 0 0.68 0.30 0.14 326.58 0.67 0.57
Hex DB 46 99 0 44 1E E 147 43 39
Octal 333 106 231 0 104 36 16 507 103 71
Binary 11011011 1000110 10011001 0 1000100 11110 1110 101000111 1000011 111001

Color Harmonies of #DB4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4699

Black with #DB4699

Text Example


Text Example

White with #DB4699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4699; }

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

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

background-color css

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

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

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

border-color css

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

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

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