Html Css Color HEX #DB4992 Mulberry

📋 copy color: '#DB4992'

red 219 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #DB4992

Tints of Mulberry #DB4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 50%
G = 16.67%
B = 33.33%

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

#DB4992 (or 0xDB4992) is known color: Mulberry. HEX triplet: DB, 49 and 92. RGB value is (219,73,146). Sum of RGB (Red+Green+Blue) = 219+73+146=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4992 is #24B66D. Grayscale: #7C7C7C. Windows color (decimal): -2405998 or 9587163. OLE color: 9587163.

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

Color convert

RGB 219 73 146 -
CMYK 0 0.67 0.33 0.14
HSL 330º 0.67% 0.57% -
HSV(B) 330º 0.67% 0.86% -
XYZ 36.78 21.9 29.48 -
YUV 124.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 219 73 146 0 0.67 0.33 0.14 330 0.67 0.57
Hex DB 49 92 0 43 21 E 14A 43 39
Octal 333 111 222 0 103 41 16 512 103 71
Binary 11011011 1001001 10010010 0 1000011 100001 1110 101001010 1000011 111001

Color Harmonies of #DB4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4992

Black with #DB4992

Text Example


Text Example

White with #DB4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4992; }

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

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

background-color css

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

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

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

border-color css

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

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

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