Html Css Color HEX #DB4895 Mulberry

📋 copy color: '#DB4895'

red 219 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #DB4895

Tints of Mulberry #DB4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 49.77%
G = 16.36%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4895 (or 0xDB4895) is known color: Mulberry. HEX triplet: DB, 48 and 95. RGB value is (219,72,149). Sum of RGB (Red+Green+Blue) = 219+72+149=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4895 is #24B76A. Grayscale: #7C7C7C. Windows color (decimal): -2406251 or 9783515. OLE color: 9783515.

HSL color Cylindrical-coordinate representation of color #DB4895: hue angle of 328.57º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4895 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 72 149 -
CMYK 0 0.67 0.32 0.14
HSL 328.57º 0.67% 0.57% -
HSV(B) 328.57º 0.67% 0.86% -
XYZ 36.96 21.86 30.71 -
YUV 124.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 219 72 149 0 0.67 0.32 0.14 328.57 0.67 0.57
Hex DB 48 95 0 43 20 E 149 43 39
Octal 333 110 225 0 103 40 16 511 103 71
Binary 11011011 1001000 10010101 0 1000011 100000 1110 101001001 1000011 111001

Color Harmonies of #DB4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4895

Black with #DB4895

Text Example


Text Example

White with #DB4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4895; }

 p { color: rgb(219,72,149); }

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

background-color css

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

 a { background-color: rgb(219,72,149); }

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

border-color css

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

 span { border-color: rgb(219,72,149); }

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