Html Css Color HEX #DB488D Mulberry

📋 copy color: '#DB488D'

red 219 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #DB488D

Tints of Mulberry #DB488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 50.69%
G = 16.67%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB488D (or 0xDB488D) is known color: Mulberry. HEX triplet: DB, 48 and 8D. RGB value is (219,72,141). Sum of RGB (Red+Green+Blue) = 219+72+141=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB488D is #24B772. Grayscale: #7B7B7B. Windows color (decimal): -2406259 or 9259227. OLE color: 9259227.

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

Color convert

RGB 219 72 141 -
CMYK 0 0.67 0.36 0.14
HSL 331.84º 0.67% 0.57% -
HSV(B) 331.84º 0.67% 0.86% -
XYZ 36.34 21.62 27.46 -
YUV 123.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 219 72 141 0 0.67 0.36 0.14 331.84 0.67 0.57
Hex DB 48 8D 0 43 24 E 14C 43 39
Octal 333 110 215 0 103 44 16 514 103 71
Binary 11011011 1001000 10001101 0 1000011 100100 1110 101001100 1000011 111001

Color Harmonies of #DB488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB488D

Black with #DB488D

Text Example


Text Example

White with #DB488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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