Html Css Color HEX #DB4F90 Mulberry

📋 copy color: '#DB4F90'

red 219 ◦ green 79 ◦ blue 144

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

Shades of Mulberry #DB4F90

Tints of Mulberry #DB4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 49.55%
G = 17.87%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB4F90 (or 0xDB4F90) is known color: Mulberry. HEX triplet: DB, 4F and 90. RGB value is (219,79,144). Sum of RGB (Red+Green+Blue) = 219+79+144=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F90 is #24B06F. Grayscale: #808080. Windows color (decimal): -2404464 or 9457627. OLE color: 9457627.

HSL color Cylindrical-coordinate representation of color #DB4F90: hue angle of 332.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F90 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 79 144 -
CMYK 0 0.64 0.34 0.14
HSL 332.14º 0.66% 0.58% -
HSV(B) 332.14º 0.64% 0.86% -
XYZ 37.04 22.67 28.81 -
YUV 128.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 219 79 144 0 0.64 0.34 0.14 332.14 0.66 0.58
Hex DB 4F 90 0 40 22 E 14C 42 3A
Octal 333 117 220 0 100 42 16 514 102 72
Binary 11011011 1001111 10010000 0 1000000 100010 1110 101001100 1000010 111010

Color Harmonies of #DB4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F90

Black with #DB4F90

Text Example


Text Example

White with #DB4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F90; }

 p { color: rgb(219,79,144); }

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

background-color css

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

 a { background-color: rgb(219,79,144); }

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

border-color css

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

 span { border-color: rgb(219,79,144); }

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