Html Css Color HEX #DB498D Mulberry

📋 copy color: '#DB498D'

red 219 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #DB498D

Tints of Mulberry #DB498D

RGB

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

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

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

R = 50.58%
G = 16.86%
B = 32.56%

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

#DB498D (or 0xDB498D) is known color: Mulberry. HEX triplet: DB, 49 and 8D. RGB value is (219,73,141). Sum of RGB (Red+Green+Blue) = 219+73+141=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB498D is #24B672. Grayscale: #7C7C7C. Windows color (decimal): -2406003 or 9259483. OLE color: 9259483.

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

Color convert

RGB 219 73 141 -
CMYK 0 0.67 0.36 0.14
HSL 332.05º 0.67% 0.57% -
HSV(B) 332.05º 0.67% 0.86% -
XYZ 36.4 21.75 27.48 -
YUV 124.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 219 73 141 0 0.67 0.36 0.14 332.05 0.67 0.57
Hex DB 49 8D 0 43 24 E 14C 43 39
Octal 333 111 215 0 103 44 16 514 103 71
Binary 11011011 1001001 10001101 0 1000011 100100 1110 101001100 1000011 111001

Color Harmonies of #DB498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB498D

Black with #DB498D

Text Example


Text Example

White with #DB498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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