Html Css Color HEX #DB449F Mulberry

📋 copy color: '#DB449F'

red 219 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #DB449F

Tints of Mulberry #DB449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.25%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 49.1%
G = 15.25%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB449F (or 0xDB449F) is known color: Mulberry. HEX triplet: DB, 44 and 9F. RGB value is (219,68,159). Sum of RGB (Red+Green+Blue) = 219+68+159=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB449F is #24BB60. Grayscale: #7B7B7B. Windows color (decimal): -2407265 or 10437851. OLE color: 10437851.

HSL color Cylindrical-coordinate representation of color #DB449F: hue angle of 323.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB449F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 68 159 -
CMYK 0 0.69 0.27 0.14
HSL 323.84º 0.68% 0.56% -
HSV(B) 323.84º 0.69% 0.86% -
XYZ 37.54 21.7 35.01 -
YUV 123.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 219 68 159 0 0.69 0.27 0.14 323.84 0.68 0.56
Hex DB 44 9F 0 45 1B E 144 44 38
Octal 333 104 237 0 105 33 16 504 104 70
Binary 11011011 1000100 10011111 0 1000101 11011 1110 101000100 1000100 111000

Color Harmonies of #DB449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB449F

Black with #DB449F

Text Example


Text Example

White with #DB449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB449F; }

 p { color: rgb(219,68,159); }

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

background-color css

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

 a { background-color: rgb(219,68,159); }

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

border-color css

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

 span { border-color: rgb(219,68,159); }

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