Html Css Color HEX #DB498B Mulberry

📋 copy color: '#DB498B'

red 219 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #DB498B

Tints of Mulberry #DB498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 50.81%
G = 16.94%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB498B (or 0xDB498B) is known color: Mulberry. HEX triplet: DB, 49 and 8B. RGB value is (219,73,139). Sum of RGB (Red+Green+Blue) = 219+73+139=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB498B is #24B674. Grayscale: #7C7C7C. Windows color (decimal): -2406005 or 9128411. OLE color: 9128411.

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

Color convert

RGB 219 73 139 -
CMYK 0 0.67 0.37 0.14
HSL 332.88º 0.67% 0.57% -
HSV(B) 332.88º 0.67% 0.86% -
XYZ 36.26 21.69 26.7 -
YUV 124.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 219 73 139 0 0.67 0.37 0.14 332.88 0.67 0.57
Hex DB 49 8B 0 43 25 E 14D 43 39
Octal 333 111 213 0 103 45 16 515 103 71
Binary 11011011 1001001 10001011 0 1000011 100101 1110 101001101 1000011 111001

Color Harmonies of #DB498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB498B

Black with #DB498B

Text Example


Text Example

White with #DB498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB498B; }

 p { color: rgb(219,73,139); }

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

background-color css

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

 a { background-color: rgb(219,73,139); }

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

border-color css

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

 span { border-color: rgb(219,73,139); }

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