Html Css Color HEX #DB4BA7 Mulberry

📋 copy color: '#DB4BA7'

red 219 ◦ green 75 ◦ blue 167

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

Shades of Mulberry #DB4BA7

Tints of Mulberry #DB4BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 47.51%
G = 16.27%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB4BA7 (or 0xDB4BA7) is known color: Mulberry. HEX triplet: DB, 4B and A7. RGB value is (219,75,167). Sum of RGB (Red+Green+Blue) = 219+75+167=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BA7 is #24B458. Grayscale: #808080. Windows color (decimal): -2405465 or 10963931. OLE color: 10963931.

HSL color Cylindrical-coordinate representation of color #DB4BA7: hue angle of 321.67º 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 #DB4BA7 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 75 167 -
CMYK 0 0.66 0.24 0.14
HSL 321.67º 0.67% 0.58% -
HSV(B) 321.67º 0.66% 0.86% -
XYZ 38.7 22.88 38.94 -
YUV 128.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 219 75 167 0 0.66 0.24 0.14 321.67 0.67 0.58
Hex DB 4B A7 0 42 18 E 142 43 3A
Octal 333 113 247 0 102 30 16 502 103 72
Binary 11011011 1001011 10100111 0 1000010 11000 1110 101000010 1000011 111010

Color Harmonies of #DB4BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BA7

Black with #DB4BA7

Text Example


Text Example

White with #DB4BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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