Html Css Color HEX #DB4CAB Mulberry

📋 copy color: '#DB4CAB'

red 219 ◦ green 76 ◦ blue 171

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

Shades of Mulberry #DB4CAB

Tints of Mulberry #DB4CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.31%

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

R = 47%
G = 16.31%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB4CAB (or 0xDB4CAB) is known color: Mulberry. HEX triplet: DB, 4C and AB. RGB value is (219,76,171). Sum of RGB (Red+Green+Blue) = 219+76+171=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CAB is #24B354. Grayscale: #818181. Windows color (decimal): -2405205 or 11226331. OLE color: 11226331.

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

Color convert

RGB 219 76 171 -
CMYK 0 0.65 0.22 0.14
HSL 320.14º 0.67% 0.58% -
HSV(B) 320.14º 0.65% 0.86% -
XYZ 39.15 23.17 40.94 -
YUV 129.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 219 76 171 0 0.65 0.22 0.14 320.14 0.67 0.58
Hex DB 4C AB 0 41 16 E 140 43 3A
Octal 333 114 253 0 101 26 16 500 103 72
Binary 11011011 1001100 10101011 0 1000001 10110 1110 101000000 1000011 111010

Color Harmonies of #DB4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CAB

Black with #DB4CAB

Text Example


Text Example

White with #DB4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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