Html Css Color HEX #DB44AC Mulberry

📋 copy color: '#DB44AC'

red 219 ◦ green 68 ◦ blue 172

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

Shades of Mulberry #DB44AC

Tints of Mulberry #DB44AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 47.71%
G = 14.81%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB44AC (or 0xDB44AC) is known color: Mulberry. HEX triplet: DB, 44 and AC. RGB value is (219,68,172). Sum of RGB (Red+Green+Blue) = 219+68+172=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB44AC is #24BB53. Grayscale: #7C7C7C. Windows color (decimal): -2407252 or 11289819. OLE color: 11289819.

HSL color Cylindrical-coordinate representation of color #DB44AC: hue angle of 318.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB44AC is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 68 172 -
CMYK 0 0.69 0.21 0.14
HSL 318.68º 0.68% 0.56% -
HSV(B) 318.68º 0.69% 0.86% -
XYZ 38.73 22.17 41.27 -
YUV 125.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 219 68 172 0 0.69 0.21 0.14 318.68 0.68 0.56
Hex DB 44 AC 0 45 15 E 13F 44 38
Octal 333 104 254 0 105 25 16 477 104 70
Binary 11011011 1000100 10101100 0 1000101 10101 1110 100111111 1000100 111000

Color Harmonies of #DB44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB44AC

Black with #DB44AC

Text Example


Text Example

White with #DB44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB44AC; }

 p { color: rgb(219,68,172); }

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

background-color css

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

 a { background-color: rgb(219,68,172); }

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

border-color css

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

 span { border-color: rgb(219,68,172); }

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