Html Css Color HEX #DB48AB Mulberry

📋 copy color: '#DB48AB'

red 219 ◦ green 72 ◦ blue 171

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

Shades of Mulberry #DB48AB

Tints of Mulberry #DB48AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 47.4%
G = 15.58%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB48AB (or 0xDB48AB) is known color: Mulberry. HEX triplet: DB, 48 and AB. RGB value is (219,72,171). Sum of RGB (Red+Green+Blue) = 219+72+171=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48AB is #24B754. Grayscale: #7E7E7E. Windows color (decimal): -2406229 or 11225307. OLE color: 11225307.

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

Color convert

RGB 219 72 171 -
CMYK 0 0.67 0.22 0.14
HSL 319.59º 0.67% 0.57% -
HSV(B) 319.59º 0.67% 0.86% -
XYZ 38.88 22.64 40.85 -
YUV 127.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 219 72 171 0 0.67 0.22 0.14 319.59 0.67 0.57
Hex DB 48 AB 0 43 16 E 140 43 39
Octal 333 110 253 0 103 26 16 500 103 71
Binary 11011011 1001000 10101011 0 1000011 10110 1110 101000000 1000011 111001

Color Harmonies of #DB48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48AB

Black with #DB48AB

Text Example


Text Example

White with #DB48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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