Html Css Color HEX #DB4993 Mulberry

📋 copy color: '#DB4993'

red 219 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #DB4993

Tints of Mulberry #DB4993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 49.89%
G = 16.63%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB4993 (or 0xDB4993) is known color: Mulberry. HEX triplet: DB, 49 and 93. RGB value is (219,73,147). Sum of RGB (Red+Green+Blue) = 219+73+147=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4993 is #24B66C. Grayscale: #7C7C7C. Windows color (decimal): -2405997 or 9652699. OLE color: 9652699.

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

Color convert

RGB 219 73 147 -
CMYK 0 0.67 0.33 0.14
HSL 329.59º 0.67% 0.57% -
HSV(B) 329.59º 0.67% 0.86% -
XYZ 36.86 21.93 29.89 -
YUV 125.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 219 73 147 0 0.67 0.33 0.14 329.59 0.67 0.57
Hex DB 49 93 0 43 21 E 14A 43 39
Octal 333 111 223 0 103 41 16 512 103 71
Binary 11011011 1001001 10010011 0 1000011 100001 1110 101001010 1000011 111001

Color Harmonies of #DB4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4993

Black with #DB4993

Text Example


Text Example

White with #DB4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4993; }

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

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

background-color css

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

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

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

border-color css

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

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

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