Html Css Color HEX #DB4BAB Mulberry

📋 copy color: '#DB4BAB'

red 219 ◦ green 75 ◦ blue 171

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

Shades of Mulberry #DB4BAB

Tints of Mulberry #DB4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.13%

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 47.1%
G = 16.13%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB4BAB (or 0xDB4BAB) is known color: Mulberry. HEX triplet: DB, 4B and AB. RGB value is (219,75,171). Sum of RGB (Red+Green+Blue) = 219+75+171=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BAB is #24B454. Grayscale: #808080. Windows color (decimal): -2405461 or 11226075. OLE color: 11226075.

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

Color convert

RGB 219 75 171 -
CMYK 0 0.66 0.22 0.14
HSL 320º 0.67% 0.58% -
HSV(B) 320º 0.66% 0.86% -
XYZ 39.08 23.03 40.91 -
YUV 129 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 219 75 171 0 0.66 0.22 0.14 320 0.67 0.58
Hex DB 4B AB 0 42 16 E 140 43 3A
Octal 333 113 253 0 102 26 16 500 103 72
Binary 11011011 1001011 10101011 0 1000010 10110 1110 101000000 1000011 111010

Color Harmonies of #DB4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BAB

Black with #DB4BAB

Text Example


Text Example

White with #DB4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BAB; }

 p { color: rgb(219,75,171); }

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

background-color css

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

 a { background-color: rgb(219,75,171); }

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

border-color css

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

 span { border-color: rgb(219,75,171); }

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