Html Css Color HEX #DB40AC Mulberry

📋 copy color: '#DB40AC'

red 219 ◦ green 64 ◦ blue 172

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

Shades of Mulberry #DB40AC

Tints of Mulberry #DB40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.07%

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

R = 48.13%
G = 14.07%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB40AC (or 0xDB40AC) is known color: Mulberry. HEX triplet: DB, 40 and AC. RGB value is (219,64,172). Sum of RGB (Red+Green+Blue) = 219+64+172=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40AC is #24BF53. Grayscale: #7A7A7A. Windows color (decimal): -2408276 or 11288795. OLE color: 11288795.

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

Color convert

RGB 219 64 172 -
CMYK 0 0.71 0.21 0.14
HSL 318.19º 0.68% 0.55% -
HSV(B) 318.19º 0.71% 0.86% -
XYZ 38.49 21.71 41.19 -
YUV 122.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 219 64 172 0 0.71 0.21 0.14 318.19 0.68 0.55
Hex DB 40 AC 0 47 15 E 13E 44 37
Octal 333 100 254 0 107 25 16 476 104 67
Binary 11011011 1000000 10101100 0 1000111 10101 1110 100111110 1000100 110111

Color Harmonies of #DB40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40AC

Black with #DB40AC

Text Example


Text Example

White with #DB40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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