Html Css Color HEX #DB43AB Mulberry

📋 copy color: '#DB43AB'

red 219 ◦ green 67 ◦ blue 171

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

Shades of Mulberry #DB43AB

Tints of Mulberry #DB43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.66%

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

R = 47.92%
G = 14.66%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB43AB (or 0xDB43AB) is known color: Mulberry. HEX triplet: DB, 43 and AB. RGB value is (219,67,171). Sum of RGB (Red+Green+Blue) = 219+67+171=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43AB is #24BC54. Grayscale: #7C7C7C. Windows color (decimal): -2407509 or 11224027. OLE color: 11224027.

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

Color convert

RGB 219 67 171 -
CMYK 0 0.69 0.22 0.14
HSL 318.95º 0.68% 0.56% -
HSV(B) 318.95º 0.69% 0.86% -
XYZ 38.57 22.01 40.74 -
YUV 124.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 219 67 171 0 0.69 0.22 0.14 318.95 0.68 0.56
Hex DB 43 AB 0 45 16 E 13F 44 38
Octal 333 103 253 0 105 26 16 477 104 70
Binary 11011011 1000011 10101011 0 1000101 10110 1110 100111111 1000100 111000

Color Harmonies of #DB43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43AB

Black with #DB43AB

Text Example


Text Example

White with #DB43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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