Html Css Color HEX #DB488F Mulberry

📋 copy color: '#DB488F'

red 219 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #DB488F

Tints of Mulberry #DB488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.95%

R = 50.46%
G = 16.59%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB488F (or 0xDB488F) is known color: Mulberry. HEX triplet: DB, 48 and 8F. RGB value is (219,72,143). Sum of RGB (Red+Green+Blue) = 219+72+143=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB488F is #24B770. Grayscale: #7B7B7B. Windows color (decimal): -2406257 or 9390299. OLE color: 9390299.

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

Color convert

RGB 219 72 143 -
CMYK 0 0.67 0.35 0.14
HSL 331.02º 0.67% 0.57% -
HSV(B) 331.02º 0.67% 0.86% -
XYZ 36.49 21.68 28.25 -
YUV 124.05 138.7 195.73 -
System Red Green Blue C M Y K H S L
Decimal 219 72 143 0 0.67 0.35 0.14 331.02 0.67 0.57
Hex DB 48 8F 0 43 23 E 14B 43 39
Octal 333 110 217 0 103 43 16 513 103 71
Binary 11011011 1001000 10001111 0 1000011 100011 1110 101001011 1000011 111001

Color Harmonies of #DB488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB488F

Black with #DB488F

Text Example


Text Example

White with #DB488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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