Html Css Color HEX #DB498E Mulberry

📋 copy color: '#DB498E'

red 219 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #DB498E

Tints of Mulberry #DB498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 50.46%
G = 16.82%
B = 32.72%

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

#DB498E (or 0xDB498E) is known color: Mulberry. HEX triplet: DB, 49 and 8E. RGB value is (219,73,142). Sum of RGB (Red+Green+Blue) = 219+73+142=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB498E is #24B671. Grayscale: #7C7C7C. Windows color (decimal): -2406002 or 9325019. OLE color: 9325019.

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

Color convert

RGB 219 73 142 -
CMYK 0 0.67 0.35 0.14
HSL 331.64º 0.67% 0.57% -
HSV(B) 331.64º 0.67% 0.86% -
XYZ 36.48 21.78 27.87 -
YUV 124.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 219 73 142 0 0.67 0.35 0.14 331.64 0.67 0.57
Hex DB 49 8E 0 43 23 E 14C 43 39
Octal 333 111 216 0 103 43 16 514 103 71
Binary 11011011 1001001 10001110 0 1000011 100011 1110 101001100 1000011 111001

Color Harmonies of #DB498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB498E

Black with #DB498E

Text Example


Text Example

White with #DB498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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